com.crankuptheamps.client
Class Message.AckType

java.lang.Object
  extended by com.crankuptheamps.client.Message.AckType
Enclosing class:
Message

public static final class Message.AckType
extends Object


Field Summary
static int Completed
           
static int None
           
static int Parsed
           
static int Persisted
           
static int Processed
           
static int Received
           
static int Stats
           
 
Constructor Summary
Message.AckType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None
See Also:
Constant Field Values

Received

public static final int Received
See Also:
Constant Field Values

Parsed

public static final int Parsed
See Also:
Constant Field Values

Persisted

public static final int Persisted
See Also:
Constant Field Values

Processed

public static final int Processed
See Also:
Constant Field Values

Completed

public static final int Completed
See Also:
Constant Field Values

Stats

public static final int Stats
See Also:
Constant Field Values
Constructor Detail

Message.AckType

public Message.AckType()