| Package | Description |
|---|---|
| com.caucho.env.shutdown | |
| com.caucho.lifecycle |
| Modifier and Type | Method and Description |
|---|---|
LifecycleState |
ShutdownSystem.getLifecycleState()
Returns the current lifecycle state.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleState |
Lifecycle.getState() |
static LifecycleState |
LifecycleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleState[] |
LifecycleState.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.lifecycleEvent(LifecycleState oldState,
LifecycleState newState) |