com.agentfactory.cldc.mts
Class ServerConstant

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

Field Summary
static java.lang.String CHECK_MAIL
           
static java.lang.String DIRECT_MESSAGE
           
static java.lang.String END_MAIL
           
static java.lang.String END_MESSAGES
           
static java.lang.String END_REGISTER
           
static java.lang.String REGISTER
           
static java.lang.String REGISTER_AGENT
           
static java.lang.String START_MESSAGES
           
 
Constructor Summary
ServerConstant()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

ServerConstant

public ServerConstant()