Uses of Class
org.jdiameter.client.api.fsm.EventTypes

Packages that use EventTypes
org.jdiameter.client.api.fsm   
org.jdiameter.server.impl.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're 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.server.impl.fsm
 

Methods in org.jdiameter.server.impl.fsm that return EventTypes
protected  EventTypes PeerFSMImpl.MyState.type(org.jdiameter.api.app.StateEvent event)
           
 



Copyright © 2008. All Rights Reserved.