gov.virginia.dcjs.client.util
Class CommunicationRequestType

java.lang.Object
  extended bygov.virginia.dcjs.client.util.CommunicationRequestType
All Implemented Interfaces:
RequestType

public final class CommunicationRequestType
extends java.lang.Object
implements RequestType


Field Summary
static CommunicationRequestType BROADCAST
           
static CommunicationRequestType BYE
           
static CommunicationRequestType CONNECT
           
static java.lang.String HANDSHAKE
          Handshake message
static CommunicationRequestType LOGON
           
static CommunicationRequestType RECONNECT
           
 
Method Summary
 int getCase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGON

public static final CommunicationRequestType LOGON

CONNECT

public static final CommunicationRequestType CONNECT

RECONNECT

public static final CommunicationRequestType RECONNECT

BYE

public static final CommunicationRequestType BYE

BROADCAST

public static final CommunicationRequestType BROADCAST

HANDSHAKE

public static final java.lang.String HANDSHAKE
Handshake message

See Also:
Constant Field Values
Method Detail

getCase

public int getCase()
Specified by:
getCase in interface RequestType