| Package | Description |
|---|---|
| org.neo4j.kernel.lifecycle |
| Modifier and Type | Method and Description |
|---|---|
LifecycleStatus |
LifeSupport.getStatus() |
static LifecycleStatus |
LifecycleStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleStatus[] |
LifecycleStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleListener.notifyStatusChanged(Object instance,
LifecycleStatus from,
LifecycleStatus to) |
| Constructor and Description |
|---|
LifecycleException(Object instance,
LifecycleStatus from,
LifecycleStatus to,
Throwable cause) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.