Uses of Interface
org.jdiameter.common.api.app.IAppSessionFactory

Packages that use IAppSessionFactory
org.jdiameter.client.api   
org.jdiameter.client.impl   
org.jdiameter.common.api.app.acc   
org.jdiameter.common.api.app.auth   
org.jdiameter.common.api.app.cca   
org.jdiameter.common.api.app.cxdx   
org.jdiameter.common.api.app.gx   
org.jdiameter.common.api.app.rf   
org.jdiameter.common.api.app.ro   
org.jdiameter.common.api.app.rx   
org.jdiameter.common.api.app.s6a   
org.jdiameter.common.api.app.sh   
org.jdiameter.common.impl.app.acc   
org.jdiameter.common.impl.app.auth   
org.jdiameter.common.impl.app.cca   
org.jdiameter.common.impl.app.cxdx   
org.jdiameter.common.impl.app.gq   
org.jdiameter.common.impl.app.gx   
org.jdiameter.common.impl.app.rf   
org.jdiameter.common.impl.app.ro   
org.jdiameter.common.impl.app.rx   
org.jdiameter.common.impl.app.s6a   
org.jdiameter.common.impl.app.sh   
 

Uses of IAppSessionFactory in org.jdiameter.client.api
 

Methods in org.jdiameter.client.api that return IAppSessionFactory
 IAppSessionFactory ISessionFactory.getAppSessionFactory(java.lang.Class<? extends AppSession> sessionClass)
          Retrieves the app session factory associated with an app session class
 

Methods in org.jdiameter.client.api with parameters of type IAppSessionFactory
 void ISessionFactory.registerAppFacory(java.lang.Class<? extends AppSession> sessionClass, IAppSessionFactory factory)
          Registers a new App Session factory.
 

Uses of IAppSessionFactory in org.jdiameter.client.impl
 

Methods in org.jdiameter.client.impl that return IAppSessionFactory
 IAppSessionFactory SessionFactoryImpl.getAppSessionFactory(java.lang.Class<? extends AppSession> sessionClass)
           
 

Methods in org.jdiameter.client.impl with parameters of type IAppSessionFactory
 void SessionFactoryImpl.registerAppFacory(java.lang.Class<? extends AppSession> sessionClass, IAppSessionFactory factory)
           
 

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

Subinterfaces of IAppSessionFactory in org.jdiameter.common.api.app.acc
 interface IAccSessionFactory
           
 

Uses of IAppSessionFactory in org.jdiameter.common.api.app.auth
 

Subinterfaces of IAppSessionFactory in org.jdiameter.common.api.app.auth
 interface IAuthSessionFactory
          Interface for Diameter Authentication Session Factories
 

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

Subinterfaces of IAppSessionFactory in org.jdiameter.common.api.app.cca
 interface ICCASessionFactory
          Session Factory interface for Diameter Credit-Control Application (CCA).
 

Uses of IAppSessionFactory in org.jdiameter.common.api.app.cxdx
 

Subinterfaces of IAppSessionFactory in org.jdiameter.common.api.app.cxdx
 interface ICxDxSessionFactory
          Session Factory interface for Diameter CxDx application.
 

Uses of IAppSessionFactory in org.jdiameter.common.api.app.gx
 

Subinterfaces of IAppSessionFactory in org.jdiameter.common.api.app.gx
 interface IGxSessionFactory
          Session Factory interface for Diameter Gx Application (Gx).
 

Uses of IAppSessionFactory in org.jdiameter.common.api.app.rf
 

Subinterfaces of IAppSessionFactory in org.jdiameter.common.api.app.rf
 interface IRfSessionFactory
           
 

Uses of IAppSessionFactory in org.jdiameter.common.api.app.ro
 

Subinterfaces of IAppSessionFactory in org.jdiameter.common.api.app.ro
 interface IRoSessionFactory
          Session Factory interface for Diameter Ro Application.
 

Uses of IAppSessionFactory in org.jdiameter.common.api.app.rx
 

Subinterfaces of IAppSessionFactory in org.jdiameter.common.api.app.rx
 interface IRxSessionFactory
          Session Factory interface for Diameter 3GPP IMS Rx Reference Point.
 

Uses of IAppSessionFactory in org.jdiameter.common.api.app.s6a
 

Subinterfaces of IAppSessionFactory in org.jdiameter.common.api.app.s6a
 interface IS6aSessionFactory
          Session Factory interface for Diameter S6a application.
 

Uses of IAppSessionFactory in org.jdiameter.common.api.app.sh
 

Subinterfaces of IAppSessionFactory in org.jdiameter.common.api.app.sh
 interface IShSessionFactory
          Diameter Sh Session Factory
 

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

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

Uses of IAppSessionFactory in org.jdiameter.common.impl.app.auth
 

Classes in org.jdiameter.common.impl.app.auth that implement IAppSessionFactory
 class AuthSessionFactoryImpl
          Default Diameter Authorization Session Factory implementation
 

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

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

Uses of IAppSessionFactory in org.jdiameter.common.impl.app.cxdx
 

Classes in org.jdiameter.common.impl.app.cxdx that implement IAppSessionFactory
 class CxDxSessionFactoryImpl
           
 

Uses of IAppSessionFactory in org.jdiameter.common.impl.app.gq
 

Classes in org.jdiameter.common.impl.app.gq that implement IAppSessionFactory
 class GqSessionFactoryImpl
          Default Diameter Gq Application Session Factory implementation
 

Uses of IAppSessionFactory in org.jdiameter.common.impl.app.gx
 

Classes in org.jdiameter.common.impl.app.gx that implement IAppSessionFactory
 class GxSessionFactoryImpl
          Default Diameter Gx Session Factory implementation.
 

Uses of IAppSessionFactory in org.jdiameter.common.impl.app.rf
 

Classes in org.jdiameter.common.impl.app.rf that implement IAppSessionFactory
 class RfSessionFactoryImpl
          Default Diameter Rf Session Factory implementation
 

Uses of IAppSessionFactory in org.jdiameter.common.impl.app.ro
 

Classes in org.jdiameter.common.impl.app.ro that implement IAppSessionFactory
 class RoSessionFactoryImpl
          Default Diameter Ro Session Factory implementation
 

Uses of IAppSessionFactory in org.jdiameter.common.impl.app.rx
 

Classes in org.jdiameter.common.impl.app.rx that implement IAppSessionFactory
 class RxSessionFactoryImpl
          Default Diameter Rx Session Factory implementation.
 

Uses of IAppSessionFactory in org.jdiameter.common.impl.app.s6a
 

Classes in org.jdiameter.common.impl.app.s6a that implement IAppSessionFactory
 class S6aSessionFactoryImpl
           
 

Uses of IAppSessionFactory in org.jdiameter.common.impl.app.sh
 

Classes in org.jdiameter.common.impl.app.sh that implement IAppSessionFactory
 class ShSessionFactoryImpl
           
 



Copyright © 2014. All Rights Reserved.