| |
|
| java.lang.Object com.sun.jbi.engine.sequencing.servicelist.ServicelistState
ServicelistState | final public class ServicelistState (Code) | | This class maintains permitted servicelist states.
author: Sun Microsystems, Inc. |
Field Summary | |
final public static int | ABORTED Aborted. | final public static int | COMPLETED Completed. | final public static int | ERROR Error state. | final public static int | READY Demotes the list is ready. | final public static int | RUNNING Demotes the list is runnning. | final public static int | TIMED_OUT Timed out state. | final public static int | WAITING Waiting. |
Method Summary | |
public static String | getStringValue(int state) Returns the string representation of the state. |
ABORTED | final public static int ABORTED(Code) | | Aborted.
|
COMPLETED | final public static int COMPLETED(Code) | | Completed.
|
ERROR | final public static int ERROR(Code) | | Error state.
|
READY | final public static int READY(Code) | | Demotes the list is ready.
|
RUNNING | final public static int RUNNING(Code) | | Demotes the list is runnning.
|
TIMED_OUT | final public static int TIMED_OUT(Code) | | Timed out state.
|
WAITING | final public static int WAITING(Code) | | Waiting.
|
getStringValue | public static String getStringValue(int state)(Code) | | Returns the string representation of the state.
Parameters: state - state String rep of state. |
|
|
|