com.agentfactory.cldc.mts
Class MTSConstant

java.lang.Object
  extended by 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

Field Summary
static byte ADD_ID
           
static byte ID
           
static byte INFORM
           
static byte MESSAGE
           
static java.lang.String MTS
           
static byte PENDING
           
static byte REGISTER_AGENT
           
static byte REQUEST
           
static byte RESIDENT
           
static byte SAVE_ID
           
static byte UPDATE_ID
           
 
Constructor Summary
MTSConstant()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MTSConstant

public MTSConstant()