Uses of Interface
org.jdiameter.common.api.app.acc.IServerAccActionContext

Packages that use IServerAccActionContext
org.jdiameter.common.api.app.acc   
org.jdiameter.common.impl.app.acc   
org.jdiameter.server.impl.app.acc   
 

Uses of IServerAccActionContext in org.jdiameter.common.api.app.acc
 

Methods in org.jdiameter.common.api.app.acc that return IServerAccActionContext
 IServerAccActionContext IAccSessionFactory.getServerContextListener()
           
 

Methods in org.jdiameter.common.api.app.acc with parameters of type IServerAccActionContext
 void IAccSessionFactory.setServerContextListener(IServerAccActionContext serverContextListener)
           
 

Uses of IServerAccActionContext in org.jdiameter.common.impl.app.acc
 

Classes in org.jdiameter.common.impl.app.acc that implement IServerAccActionContext
 class AccSessionFactoryImpl
          Default Diameter Account Session Factory implementation
 

Fields in org.jdiameter.common.impl.app.acc declared as IServerAccActionContext
protected  IServerAccActionContext AccSessionFactoryImpl.serverContextListener
           
 

Methods in org.jdiameter.common.impl.app.acc that return IServerAccActionContext
 IServerAccActionContext AccSessionFactoryImpl.getServerContextListener()
           
 

Methods in org.jdiameter.common.impl.app.acc with parameters of type IServerAccActionContext
 void AccSessionFactoryImpl.setServerContextListener(IServerAccActionContext serverContextListener)
           
 

Uses of IServerAccActionContext in org.jdiameter.server.impl.app.acc
 

Fields in org.jdiameter.server.impl.app.acc declared as IServerAccActionContext
protected  IServerAccActionContext ServerAccSessionImpl.context
           
 

Constructors in org.jdiameter.server.impl.app.acc with parameters of type IServerAccActionContext
ServerAccSessionImpl(java.lang.String sessionId, SessionFactory sessionFactory, Request request, ServerAccSessionListener serverSessionListener, IServerAccActionContext serverContextListener, StateChangeListener<AppSession> stLst, long tsTimeout, boolean stateless)
           
 



Copyright © 2010. All Rights Reserved.