com.genesyslab.ail
Class CallbackRecord.Reason

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.CallbackRecord.Reason
Enclosing interface:
CallbackRecord

public static class CallbackRecord.Reason
extends Enum

Enum for the possible reasons of the CallbackRecord.Status.


Field Summary
static CallbackRecord.Reason CANCEL
          Cancel.
static int CANCEL_
          Cancel.
static CallbackRecord.Reason INIT
          Init.
static int INIT_
          Init.
static int MAX
          The maximum number of reasons.
static CallbackRecord.Reason PROCESSED
          Processed.
static int PROCESSED_
          Processed.
static CallbackRecord.Reason REJECT
          Reject.
static int REJECT_
          Reject.
static CallbackRecord.Reason RESCHEDULE
          Reschedule.
static int RESCHEDULE_
          Reschedule.
static CallbackRecord.Reason UNKNOWN
          Unknown.
static int UNKNOWN_
          Unknown.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static CallbackRecord.Reason getReason(int value)
          Returns the Reason for this value.
static int max()
          The maximum number of reasons.
 
Methods inherited from class com.genesyslab.ail.Enum
equals, hashCode, toInt, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN_

public static final int UNKNOWN_
Unknown.

See Also:
Constant Field Values

UNKNOWN

public static final CallbackRecord.Reason UNKNOWN
Unknown.


CANCEL_

public static final int CANCEL_
Cancel.

See Also:
Constant Field Values

CANCEL

public static final CallbackRecord.Reason CANCEL
Cancel.


PROCESSED_

public static final int PROCESSED_
Processed.

See Also:
Constant Field Values

PROCESSED

public static final CallbackRecord.Reason PROCESSED
Processed.


RESCHEDULE_

public static final int RESCHEDULE_
Reschedule.

See Also:
Constant Field Values

RESCHEDULE

public static final CallbackRecord.Reason RESCHEDULE
Reschedule.


REJECT_

public static final int REJECT_
Reject.

See Also:
Constant Field Values

REJECT

public static final CallbackRecord.Reason REJECT
Reject.


INIT_

public static final int INIT_
Init.

See Also:
Constant Field Values

INIT

public static final CallbackRecord.Reason INIT
Init.


MAX

public static final int MAX
The maximum number of reasons.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The maximum number of reasons.


getReason

public static final CallbackRecord.Reason getReason(int value)
Returns the Reason for this value.