CoherenceServerLifeCycleTaskRuntimeMBean, ServerLifeCycleTaskRuntimeMBean, SystemComponentLifeCycleTaskRuntimeMBeanpublic interface ServerLifeCycleTaskStatus
All ServerLifeCycle tasks like shutdown return a TaskRuntimeMBean that can be queried for the status of the ongoing task. The status returned from TaskRuntime can be compared against constants defined in this interface.
| Modifier and Type | Field | Description | 
|---|---|---|
| static java.lang.String | COMPLETED | The ServerLifeCycle task has completed successfully. | 
| static java.lang.String | FAILED | The ServerLifeCycle task has failed. | 
| static java.lang.String | TASK_IN_PROGRESS | The ServerLifeCycle task is in progress. | 
static final java.lang.String TASK_IN_PROGRESS
static final java.lang.String COMPLETED
static final java.lang.String FAILED
TaskRuntimeMBean.getError(), 
Constant Field Values