| Interface | Description |
|---|---|
| Lifecycle |
Lifecycle interface for kernel components.
|
| LifecycleListener |
Listener interface for listening to changes in status of instances managed through LifeSupport,
including the LifeSupport instance itself.
|
| Class | Description |
|---|---|
| Lifecycle.Delegate | |
| LifecycleAdapter |
Adapter for Lifecycle interface.
|
| Lifecycles | |
| Lifespan |
Convenient use of a
LifeSupport, effectively making one or more Lifecycle look and feel
like one AutoCloseable. |
| LifeSupport |
Support class for handling collections of Lifecycle instances.
|
| SafeLifecycle |
A safer lifecycle adapter with strict semantics and as
a result simpler error handling and reasoning.
|
| Enum | Description |
|---|---|
| LifecycleStatus |
Enumerates the different status an instance can have while managed through LifeSupport.
|
| Exception | Description |
|---|---|
| LifecycleException |
This exception is thrown by LifeSupport if a lifecycle transition fails.
|
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.