Package jade.wrapper
Class PlatformState
- java.lang.Object
-
- jade.wrapper.StateBase
-
- jade.wrapper.PlatformState
-
- All Implemented Interfaces:
Comparable,Serializable,State,Serializable,Comparable
public class PlatformState extends StateBase
Provides a concrete implementation of the State interface for agent platforms.
NOT available in MIDP- Author:
- David Bell, Dick Cowan: Hewlett-Packard
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intcPLATFORM_STATE_FAILEDstatic intcPLATFORM_STATE_INITIALIZEDstatic intcPLATFORM_STATE_INITIALIZINGstatic intcPLATFORM_STATE_KILLEDstatic intcPLATFORM_STATE_KILLINGstatic intcPLATFORM_STATE_READYstatic intcPLATFORM_STATE_STARTINGstatic intcPLATFORM_STATE_SUSPENDEDstatic intcPLATFORM_STATE_SUSPENDINGstatic intcPLATFORM_STATE_VOID
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)For testing, simply list the valid state descriptions and numbers.
-
-
-
Field Detail
-
cPLATFORM_STATE_VOID
public static final int cPLATFORM_STATE_VOID
- See Also:
- Constant Field Values
-
cPLATFORM_STATE_INITIALIZING
public static final int cPLATFORM_STATE_INITIALIZING
- See Also:
- Constant Field Values
-
cPLATFORM_STATE_INITIALIZED
public static final int cPLATFORM_STATE_INITIALIZED
- See Also:
- Constant Field Values
-
cPLATFORM_STATE_STARTING
public static final int cPLATFORM_STATE_STARTING
- See Also:
- Constant Field Values
-
cPLATFORM_STATE_READY
public static final int cPLATFORM_STATE_READY
- See Also:
- Constant Field Values
-
cPLATFORM_STATE_SUSPENDING
public static final int cPLATFORM_STATE_SUSPENDING
- See Also:
- Constant Field Values
-
cPLATFORM_STATE_SUSPENDED
public static final int cPLATFORM_STATE_SUSPENDED
- See Also:
- Constant Field Values
-
cPLATFORM_STATE_KILLING
public static final int cPLATFORM_STATE_KILLING
- See Also:
- Constant Field Values
-
cPLATFORM_STATE_KILLED
public static final int cPLATFORM_STATE_KILLED
- See Also:
- Constant Field Values
-
cPLATFORM_STATE_FAILED
public static final int cPLATFORM_STATE_FAILED
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
For testing, simply list the valid state descriptions and numbers.- Parameters:
args- Command line arguments, currently not used.
-
-