|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventTypes | |
|---|---|
| org.jdiameter.client.api.controller | |
| org.jdiameter.client.api.fsm | |
| org.jdiameter.client.impl | |
| org.jdiameter.client.impl.controller | |
| org.jdiameter.client.impl.fsm | |
| Uses of EventTypes in org.jdiameter.client.api.controller |
|---|
| Methods in org.jdiameter.client.api.controller with parameters of type EventTypes | |
|---|---|
boolean |
IPeer.handleMessage(EventTypes type,
IMessage message,
java.lang.String key)
Put message to peer fsm |
| Uses of EventTypes in org.jdiameter.client.api.fsm |
|---|
| Methods in org.jdiameter.client.api.fsm that return EventTypes | |
|---|---|
static EventTypes |
EventTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EventTypes[] |
EventTypes.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.jdiameter.client.api.fsm with parameters of type EventTypes | |
|---|---|
FsmEvent(EventTypes type)
Create instance of class |
|
FsmEvent(EventTypes type,
IMessage value)
Create instance of class with predefined parameters |
|
FsmEvent(EventTypes type,
IMessage value,
java.lang.String key)
Create instance of class with predefined parameters |
|
FsmEvent(EventTypes type,
java.lang.String key)
Create instance of class with predefined parameters |
|
| Uses of EventTypes in org.jdiameter.client.impl |
|---|
| Methods in org.jdiameter.client.impl with parameters of type EventTypes | |
|---|---|
boolean |
MetaDataImpl.ClientLocalPeer.handleMessage(EventTypes type,
IMessage message,
java.lang.String key)
|
| Uses of EventTypes in org.jdiameter.client.impl.controller |
|---|
| Methods in org.jdiameter.client.impl.controller with parameters of type EventTypes | |
|---|---|
boolean |
PeerImpl.handleMessage(EventTypes type,
IMessage message,
java.lang.String key)
|
| Uses of EventTypes in org.jdiameter.client.impl.fsm |
|---|
| Methods in org.jdiameter.client.impl.fsm that return EventTypes | |
|---|---|
protected EventTypes |
PeerFSMImpl.MyState.type(StateEvent event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||