-
static enum
The lifecycle states of a service.
AbstractExecutionThreadService.state()
AbstractIdleService.state()
AbstractScheduledService.state()
Returns the lifecycle state of the service.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Provides a snapshot of the current state of all the services under management.
void
Called when the service transitions to the
FAILED state.
void
Called when the service transitions to the
STOPPING state.
void
Called when the service transitions to the
TERMINATED state.