Package edu.internet2.ndt
Class MessageType
java.lang.Object
edu.internet2.ndt.MessageType
public class MessageType extends Object
-
Field Summary
Fields Modifier and Type Field Description static byteCOMM_FAILUREstatic byteMSG_ERRORstatic byteMSG_EXTENDED_LOGINstatic byteMSG_LOGINstatic byteMSG_LOGOUTstatic byteMSG_RESULTSstatic byteMSG_WAITINGstatic byteSRV_QUEUEstatic byteTEST_FINALIZEstatic byteTEST_MSGstatic byteTEST_PREPAREstatic byteTEST_START -
Constructor Summary
Constructors Constructor Description MessageType() -
Method Summary
-
Field Details
-
COMM_FAILURE
public static final byte COMM_FAILURE- See Also:
- Constant Field Values
-
SRV_QUEUE
public static final byte SRV_QUEUE- See Also:
- Constant Field Values
-
MSG_LOGIN
public static final byte MSG_LOGIN- See Also:
- Constant Field Values
-
TEST_PREPARE
public static final byte TEST_PREPARE- See Also:
- Constant Field Values
-
TEST_START
public static final byte TEST_START- See Also:
- Constant Field Values
-
TEST_MSG
public static final byte TEST_MSG- See Also:
- Constant Field Values
-
TEST_FINALIZE
public static final byte TEST_FINALIZE- See Also:
- Constant Field Values
-
MSG_ERROR
public static final byte MSG_ERROR- See Also:
- Constant Field Values
-
MSG_RESULTS
public static final byte MSG_RESULTS- See Also:
- Constant Field Values
-
MSG_LOGOUT
public static final byte MSG_LOGOUT- See Also:
- Constant Field Values
-
MSG_WAITING
public static final byte MSG_WAITING- See Also:
- Constant Field Values
-
MSG_EXTENDED_LOGIN
public static final byte MSG_EXTENDED_LOGIN- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageType
public MessageType()
-