Modifier and Type | Method and Description |
---|---|
LifecycleState |
DeployController.getState()
Returns the state name.
|
LifecycleState |
DeployControllerApi.getState()
Returns the state name.
|
LifecycleState |
DeployTagItem.getState() |
Modifier and Type | Method and Description |
---|---|
void |
DeployControllerAdmin.lifecycleEvent(LifecycleState oldState,
LifecycleState newState) |
Modifier and Type | Method and Description |
---|---|
LifecycleState |
HealthService.getLifecycleState() |
Modifier and Type | Method and Description |
---|---|
LifecycleState |
ShutdownSystem.getLifecycleState()
Returns the current lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
LifecyclePredicate.isMatch(HealthService healthService,
LifecycleState oldState,
LifecycleState newState) |
void |
LifecyclePredicate.lifecycleEvent(LifecycleState oldState,
LifecycleState newState) |
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) |
Modifier and Type | Method and Description |
---|---|
LifecycleState |
DeployControllerState.getState() |
Modifier and Type | Method and Description |
---|---|
void |
DeployControllerState.setState(LifecycleState state) |
Constructor and Description |
---|
DeployControllerState(java.lang.String tag,
LifecycleState state) |
Modifier and Type | Method and Description |
---|---|
LifecycleState |
Host.getState() |
Modifier and Type | Method and Description |
---|---|
LifecycleState |
Resin.getLifecycleState()
Returns the current lifecycle state.
|