Uses of Interface
org.jdiameter.client.api.fsm.IContext

Packages that use IContext
org.jdiameter.client.api.fsm   
org.jdiameter.client.impl.controller   
org.jdiameter.client.impl.fsm   
org.jdiameter.server.api   
org.jdiameter.server.impl   
org.jdiameter.server.impl.fsm   
 

Uses of IContext in org.jdiameter.client.api.fsm
 

Methods in org.jdiameter.client.api.fsm with parameters of type IContext
 IStateMachine IFsmFactory.createInstanceFsm(IContext context, java.util.concurrent.Executor executor, org.jdiameter.api.Configuration config)
          Create instance of Peer FSM
 

Uses of IContext in org.jdiameter.client.impl.controller
 

Classes in org.jdiameter.client.impl.controller that implement IContext
protected  class PeerImpl.ActionContext
           
 

Methods in org.jdiameter.client.impl.controller that return IContext
 IContext PeerImpl.getContext()
           
 

Uses of IContext in org.jdiameter.client.impl.fsm
 

Fields in org.jdiameter.client.impl.fsm declared as IContext
protected  IContext PeerFSMImpl.context
           
 

Methods in org.jdiameter.client.impl.fsm with parameters of type IContext
 IStateMachine FsmFactoryImpl.createInstanceFsm(IContext context, java.util.concurrent.Executor executor, org.jdiameter.api.Configuration config)
           
 

Constructors in org.jdiameter.client.impl.fsm with parameters of type IContext
PeerFSMImpl(IContext aContext, java.util.concurrent.Executor executor, org.jdiameter.api.Configuration config)
           
 

Uses of IContext in org.jdiameter.server.api
 

Methods in org.jdiameter.server.api that return IContext
 IContext IPeer.getContext()
          Return action context
 

Uses of IContext in org.jdiameter.server.impl
 

Classes in org.jdiameter.server.impl that implement IContext
protected  class PeerImpl.LocalActionConext
           
 

Methods in org.jdiameter.server.impl that return IContext
 IContext PeerImpl.getContext()
           
 

Uses of IContext in org.jdiameter.server.impl.fsm
 

Methods in org.jdiameter.server.impl.fsm with parameters of type IContext
 IStateMachine FsmFactoryImpl.createInstanceFsm(IContext context, java.util.concurrent.Executor executor, org.jdiameter.api.Configuration config)
           
 

Constructors in org.jdiameter.server.impl.fsm with parameters of type IContext
PeerFSMImpl(IContext context, java.util.concurrent.Executor executor, org.jdiameter.api.Configuration config)
           
 



Copyright © 2008. All Rights Reserved.