Uses of Interface
org.jdiameter.common.api.app.cca.IServerCCASessionContext

Packages that use IServerCCASessionContext
org.jdiameter.common.api.app.cca   
org.jdiameter.common.impl.app.cca   
org.jdiameter.server.impl.app.cca   
 

Uses of IServerCCASessionContext in org.jdiameter.common.api.app.cca
 

Methods in org.jdiameter.common.api.app.cca that return IServerCCASessionContext
 IServerCCASessionContext ICCASessionFactory.getServerContextListener()
           
 

Methods in org.jdiameter.common.api.app.cca with parameters of type IServerCCASessionContext
 void ICCASessionFactory.setServerContextListener(IServerCCASessionContext serverContextListener)
           
 

Uses of IServerCCASessionContext in org.jdiameter.common.impl.app.cca
 

Classes in org.jdiameter.common.impl.app.cca that implement IServerCCASessionContext
 class CCASessionFactoryImpl
           
 

Fields in org.jdiameter.common.impl.app.cca declared as IServerCCASessionContext
protected  IServerCCASessionContext CCASessionFactoryImpl.serverContextListener
           
 

Methods in org.jdiameter.common.impl.app.cca that return IServerCCASessionContext
 IServerCCASessionContext CCASessionFactoryImpl.getServerContextListener()
           
 

Methods in org.jdiameter.common.impl.app.cca with parameters of type IServerCCASessionContext
 void CCASessionFactoryImpl.setServerContextListener(IServerCCASessionContext serverContextListener)
           
 

Uses of IServerCCASessionContext in org.jdiameter.server.impl.app.cca
 

Fields in org.jdiameter.server.impl.app.cca declared as IServerCCASessionContext
protected  IServerCCASessionContext ServerCCASessionImpl.context
           
 

Constructors in org.jdiameter.server.impl.app.cca with parameters of type IServerCCASessionContext
ServerCCASessionImpl(IServerCCASessionData data, ICCAMessageFactory fct, ISessionFactory sf, ServerCCASessionListener lst, IServerCCASessionContext ctx, StateChangeListener<AppSession> stLst)
           
 



Copyright © 2014. All Rights Reserved.