org.starhope.appius.server
Class ProtocolState

java.lang.Object
  extended by org.starhope.appius.server.ProtocolState

public class ProtocolState
extends java.lang.Object

Author:
brpocock

Field Summary
static int CLOSED
          TODO: document this field (brpocock, Oct 23, 2009) CLOSED (ProtocolState)
static int PRELOGIN
          TODO: document this field (brpocock, Oct 23, 2009) PRELOGIN (ProtocolState)
static int READY
          TODO: document this field (brpocock, Oct 23, 2009) PRELOGIN (ProtocolState)
static int WAITING
          TODO: document this field (brpocock, Oct 23, 2009) WAITING (ProtocolState)
 
Constructor Summary
ProtocolState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLOSED

public static final int CLOSED
TODO: document this field (brpocock, Oct 23, 2009) CLOSED (ProtocolState)

See Also:
Constant Field Values

PRELOGIN

public static final int PRELOGIN
TODO: document this field (brpocock, Oct 23, 2009) PRELOGIN (ProtocolState)

See Also:
Constant Field Values

READY

public static final int READY
TODO: document this field (brpocock, Oct 23, 2009) PRELOGIN (ProtocolState)

See Also:
Constant Field Values

WAITING

public static final int WAITING
TODO: document this field (brpocock, Oct 23, 2009) WAITING (ProtocolState)

See Also:
Constant Field Values
Constructor Detail

ProtocolState

public ProtocolState()