|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerLifeCycleTaskStatus
This interface defines the status that can be returned by ServerLifeCycleTaskRuntimeMBean.
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.
ServerLifeCycleTaskRuntimeMBean
,
weblogic.management.runtime.TaskRuntimeMBean#getStatus
Field Summary | |
---|---|
static String |
COMPLETED
The ServerLifeCycle task has completed successfully. |
static String |
FAILED
The ServerLifeCycle task has failed. |
static String |
TASK_IN_PROGRESS
The ServerLifeCycle task is in progress. |
Field Detail |
---|
static final String TASK_IN_PROGRESS
static final String COMPLETED
static final String FAILED
weblogic.management.runtime.TaskRuntimeMBean#getError
,
Constant Field Values
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |