com.crankuptheamps.client
Class Message.AckType
java.lang.Object
com.crankuptheamps.client.Message.AckType
- Enclosing class:
- Message
public static final class Message.AckType
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Message.AckType
public Message.AckType()