jade.wrapper
Class PlatformState

java.lang.Object
  |
  +--jade.wrapper.StateBase
        |
        +--jade.wrapper.PlatformState
All Implemented Interfaces:
Comparable, java.lang.Comparable, java.io.Serializable, Serializable, State

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
static int cPLATFORM_STATE_FAILED
           
static int cPLATFORM_STATE_INITIALIZED
           
static int cPLATFORM_STATE_INITIALIZING
           
static int cPLATFORM_STATE_KILLED
           
static int cPLATFORM_STATE_KILLING
           
static int cPLATFORM_STATE_READY
           
static int cPLATFORM_STATE_STARTING
           
static int cPLATFORM_STATE_SUSPENDED
           
static int cPLATFORM_STATE_SUSPENDING
           
static int cPLATFORM_STATE_VOID
           
 
Method Summary
static void main(java.lang.String[] args)
          For testing, simply list the valid state descriptions and numbers.
 
Methods inherited from class jade.wrapper.StateBase
compareTo, equals, getCode, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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(java.lang.String[] args)
For testing, simply list the valid state descriptions and numbers.

Parameters:
args - Command line arguments, currently not used.


JADE