|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neo4j.kernel.lifecycle.LifecycleAdapter
public class LifecycleAdapter
Adapter for Lifecycle interface. Subclass and override methods as needed
Constructor Summary | |
---|---|
LifecycleAdapter()
|
Method Summary | |
---|---|
void |
init()
|
void |
shutdown()
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LifecycleAdapter()
Method Detail |
---|
public void init() throws Throwable
init
in interface Lifecycle
Throwable
public void start() throws Throwable
start
in interface Lifecycle
Throwable
public void stop() throws Throwable
stop
in interface Lifecycle
Throwable
public void shutdown() throws Throwable
shutdown
in interface Lifecycle
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |