|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LifecycleException | |
---|---|
org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
Uses of LifecycleException in org.neo4j.kernel |
---|
Methods in org.neo4j.kernel that throw LifecycleException | |
---|---|
void |
LifeSupport.init()
Initialize all registered instances, transitioning from status NONE to STOPPED. |
void |
LifeSupport.restart(Lifecycle instance)
Restart an individual instance. |
void |
LifeSupport.shutdown()
Shutdown all registered instances, transitioning from either STARTED or STOPPED to SHUTDOWN. |
void |
LifeSupport.start()
Start all registered instances, transitioning from STOPPED to STARTED. |
void |
LifeSupport.stop()
Stop all registered instances, transitioning from STARTED to STOPPED. |
|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |