com.agentfactory.cldc.mts
Class ServerConstant
java.lang.Object
com.agentfactory.cldc.mts.ServerConstant
public class ServerConstant
- extends java.lang.Object
Constants used by the message server and the message transport service.
- Author:
- Conor Muldoon
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHECK_MAIL
public static final java.lang.String CHECK_MAIL
- See Also:
- Constant Field Values
REGISTER
public static final java.lang.String REGISTER
- See Also:
- Constant Field Values
END_REGISTER
public static final java.lang.String END_REGISTER
- See Also:
- Constant Field Values
END_MAIL
public static final java.lang.String END_MAIL
- See Also:
- Constant Field Values
START_MESSAGES
public static final java.lang.String START_MESSAGES
- See Also:
- Constant Field Values
END_MESSAGES
public static final java.lang.String END_MESSAGES
- See Also:
- Constant Field Values
REGISTER_AGENT
public static final java.lang.String REGISTER_AGENT
- See Also:
- Constant Field Values
DIRECT_MESSAGE
public static final java.lang.String DIRECT_MESSAGE
- See Also:
- Constant Field Values
ServerConstant
public ServerConstant()