|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mss.ea.al.EAMessageTypes
Collection of message types used for communication in eaLib. There is no need to create instances of message types for each message. Just use the predefined types from here. There is also no need to compare the types by encoding. The comparison can be done by comparing the reference of the type object versus the reference of the static objects given here.
Field Summary | |
static MessageType |
DEAD
Message type dead. |
static MessageType |
HANGUP
Message type hangup. |
static MessageType |
INVOKE
Message type invoke. |
static MessageType |
OVERFLOW
Message type overflow. |
static MessageType |
PROCESS
Message type process. |
static MessageType |
READY
Message type ready. |
static MessageType |
SETUP
Message type setup. |
static MessageType |
UNKNOWN
Message type unknown. |
Constructor Summary | |
protected |
EAMessageTypes()
Constructor is protected to prevend instantiation of this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final MessageType UNKNOWN
public static final MessageType INVOKE
public static final MessageType READY
public static final MessageType DEAD
public static final MessageType HANGUP
public static final MessageType SETUP
public static final MessageType OVERFLOW
public static final MessageType PROCESS
Constructor Detail |
protected EAMessageTypes()
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |