jade.wrapper
Class PlatformState
java.lang.Object
jade.wrapper.StateBase
jade.wrapper.PlatformState
- All Implemented Interfaces:
- State, java.io.Serializable, java.lang.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
|
Method Summary |
static void |
main(java.lang.String[] args)
For testing, simply list the valid state descriptions and numbers. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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
main
public static void main(java.lang.String[] args)
- For testing, simply list the valid state descriptions and numbers.
- Parameters:
args - Command line arguments, currently not used.
These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions