|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EventTypes>
org.jdiameter.client.api.fsm.EventTypes
public enum EventTypes
This enumeration describe all fsm events
| Enum Constant Summary | |
|---|---|
CEA_EVENT
Stack received CEA message |
|
CER_EVENT
Stack received CER message |
|
CONNECT_EVENT
Connect event |
|
DISCONNECT_EVENT
Disconnect event |
|
DPA_EVENT
Stack received DPA message |
|
DPR_EVENT
Stack received DPR message |
|
DWA_EVENT
Stack received DWA message |
|
DWR_EVENT
Stack received DWR message |
|
INTERNAL_ERROR
Internal error during processing event |
|
RECEIVE_MSG_EVENT
Stack received Application message |
|
SEND_MSG_EVENT
App send message to network |
|
START_EVENT
Start fsm event |
|
STOP_EVENT
Stop fsm event |
|
TIMEOUT_EVENT
Operation timeout event |
|
| Method Summary | |
|---|---|
boolean |
isHighPriority()
|
static EventTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EventTypes[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EventTypes CONNECT_EVENT
public static final EventTypes DISCONNECT_EVENT
public static final EventTypes TIMEOUT_EVENT
public static final EventTypes START_EVENT
public static final EventTypes STOP_EVENT
public static final EventTypes INTERNAL_ERROR
public static final EventTypes CER_EVENT
public static final EventTypes CEA_EVENT
public static final EventTypes DPR_EVENT
public static final EventTypes DPA_EVENT
public static final EventTypes DWR_EVENT
public static final EventTypes DWA_EVENT
public static final EventTypes SEND_MSG_EVENT
public static final EventTypes RECEIVE_MSG_EVENT
| Method Detail |
|---|
public static final EventTypes[] values()
for(EventTypes c : EventTypes.values())
System.out.println(c);
public static EventTypes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic boolean isHighPriority()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||