| Package | Description |
|---|---|
| org.neo4j.kernel.lifecycle |
| Modifier and Type | Method and Description |
|---|---|
<T extends Lifecycle> |
LifeSupport.add(T instance)
Add a new Lifecycle instance.
|
void |
LifeSupport.init()
Initialize all registered instances, transitioning from status NONE to STOPPED.
|
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.
|
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.