|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.event.RoutingInteractionEvent.EventReason
public static class RoutingInteractionEvent.EventReason
Enum for the reasons of this event.
| Field Summary | |
|---|---|
static RoutingInteractionEvent.EventReason |
ABANDONED
The interaction has been abandoned. |
static int |
ABANDONED_
The interaction has been abandoned. |
static RoutingInteractionEvent.EventReason |
DIVERTED
The interaction has been diverted. |
static int |
DIVERTED_
The interaction has been diverted. |
static RoutingInteractionEvent.EventReason |
DN_OUT_OF_SERVICE
The routing DN of this interaction is out of service. |
static int |
DN_OUT_OF_SERVICE_
The routing DN of this interaction is out of service. |
static RoutingInteractionEvent.EventReason |
ERROR
An error occurred. |
static int |
ERROR_
An error occurred. |
static RoutingInteractionEvent.EventReason |
INFO_CHANGED
Some information about the interaction has changed. |
static int |
INFO_CHANGED_
Some information about the interaction has changed. |
static RoutingInteractionEvent.EventReason |
INIT
The listener has been added. |
static int |
INIT_
The listener has been added. |
static int |
MAX
The maximum number of reasons. |
static RoutingInteractionEvent.EventReason |
NEW
The interaction has been created. |
static int |
NEW_
The interaction has been created. |
static RoutingInteractionEvent.EventReason |
QUEUED
The interaction has been queued. |
static int |
QUEUED_
The interaction has been queued. |
static RoutingInteractionEvent.EventReason |
ROUTE_REQUESTED
A route request has been issued for this interaction. |
static int |
ROUTE_REQUESTED_
A route request has been issued for this interaction. |
static RoutingInteractionEvent.EventReason |
ROUTE_USED
The interaction is routed. |
static int |
ROUTE_USED_
The interaction is routed. |
static RoutingInteractionEvent.EventReason |
TREAT_APPLIED
The treatment has been applied on this interaction. |
static int |
TREAT_APPLIED_
The treatment has been applied on this interaction. |
static RoutingInteractionEvent.EventReason |
TREAT_END
The treatment has ended on this interaction. |
static int |
TREAT_END_
The treatment has ended on this interaction. |
static RoutingInteractionEvent.EventReason |
TREAT_NOT_APPLIED
The treatment has not been applied on this interaction. |
static int |
TREAT_NOT_APPLIED_
The treatment has not been applied on this interaction. |
static RoutingInteractionEvent.EventReason |
TREAT_REQUIRED
A treatment has been required for this interaction. |
static int |
TREAT_REQUIRED_
A treatment has been required for this interaction. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static RoutingInteractionEvent.EventReason |
getEventReason(int value)
Returns the EventReason 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 |
|---|
public static final int INIT_
public static final RoutingInteractionEvent.EventReason INIT
public static final int NEW_
public static final RoutingInteractionEvent.EventReason NEW
public static final int ABANDONED_
public static final RoutingInteractionEvent.EventReason ABANDONED
public static final int INFO_CHANGED_
public static final RoutingInteractionEvent.EventReason INFO_CHANGED
public static final int ERROR_
public static final RoutingInteractionEvent.EventReason ERROR
public static final int ROUTE_REQUESTED_
public static final RoutingInteractionEvent.EventReason ROUTE_REQUESTED
public static final int ROUTE_USED_
public static final RoutingInteractionEvent.EventReason ROUTE_USED
public static final int TREAT_REQUIRED_
public static final RoutingInteractionEvent.EventReason TREAT_REQUIRED
public static final int TREAT_END_
public static final RoutingInteractionEvent.EventReason TREAT_END
public static final int DIVERTED_
public static final RoutingInteractionEvent.EventReason DIVERTED
public static final int QUEUED_
public static final RoutingInteractionEvent.EventReason QUEUED
public static final int TREAT_APPLIED_
public static final RoutingInteractionEvent.EventReason TREAT_APPLIED
public static final int TREAT_NOT_APPLIED_
public static final RoutingInteractionEvent.EventReason TREAT_NOT_APPLIED
public static final int DN_OUT_OF_SERVICE_
public static final RoutingInteractionEvent.EventReason DN_OUT_OF_SERVICE
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final RoutingInteractionEvent.EventReason getEventReason(int value)
EventReason for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||