com.agentfactory.cldc.mts
Class MTSConstant
java.lang.Object
com.agentfactory.cldc.mts.MTSConstant
public class MTSConstant
- extends java.lang.Object
Constants used in the message transport service and associated actuators and
perceptors.
- Author:
- Conor Muldoon
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MTS
public static final java.lang.String MTS
- See Also:
- Constant Field Values
INFORM
public static final byte INFORM
- See Also:
- Constant Field Values
REQUEST
public static final byte REQUEST
- See Also:
- Constant Field Values
ADD_ID
public static final byte ADD_ID
- See Also:
- Constant Field Values
UPDATE_ID
public static final byte UPDATE_ID
- See Also:
- Constant Field Values
REGISTER_AGENT
public static final byte REGISTER_AGENT
- See Also:
- Constant Field Values
MESSAGE
public static final byte MESSAGE
- See Also:
- Constant Field Values
ID
public static final byte ID
- See Also:
- Constant Field Values
PENDING
public static final byte PENDING
- See Also:
- Constant Field Values
RESIDENT
public static final byte RESIDENT
- See Also:
- Constant Field Values
SAVE_ID
public static final byte SAVE_ID
- See Also:
- Constant Field Values
MTSConstant
public MTSConstant()