Uses of Interface
org.jdiameter.client.api.ISessionFactory

Packages that use ISessionFactory
org.jdiameter.client.impl   
org.jdiameter.client.impl.app.acc   
org.jdiameter.client.impl.app.rf   
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.rf   
org.jdiameter.common.impl.app.ro   
org.jdiameter.common.impl.app.sh   
org.jdiameter.server.api   
org.jdiameter.server.impl   
 

Uses of ISessionFactory in org.jdiameter.client.impl
 

Classes in org.jdiameter.client.impl that implement ISessionFactory
 class SessionFactoryImpl
          Implementation for ISessionFactory
 

Uses of ISessionFactory in org.jdiameter.client.impl.app.acc
 

Constructors in org.jdiameter.client.impl.app.acc with parameters of type ISessionFactory
ClientAccSessionImpl(java.lang.String sessionId, ISessionFactory sessionFactory, ClientAccSessionListener clientAccSessionListener, IClientAccActionContext iClientAccActionContext, StateChangeListener<AppSession> stateChangeListener, ApplicationId applicationId)
           
 

Uses of ISessionFactory in org.jdiameter.client.impl.app.rf
 

Constructors in org.jdiameter.client.impl.app.rf with parameters of type ISessionFactory
ClientRfSessionImpl(java.lang.String sessionId, ISessionFactory sessionFactory, ClientRfSessionListener clientAccSessionListener, IClientRfActionContext iClientRfActionContext, StateChangeListener<AppSession> stateChangeListener, ApplicationId applicationId)
           
 

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

Fields in org.jdiameter.common.impl.app.acc declared as ISessionFactory
protected  ISessionFactory AccSessionFactoryImpl.sessionFactory
           
 

Methods in org.jdiameter.common.impl.app.acc that return ISessionFactory
 ISessionFactory AccSessionFactoryImpl.getSessionFactory()
           
 

Methods in org.jdiameter.common.impl.app.acc with parameters of type ISessionFactory
 void AccSessionFactoryImpl.setSessionFactory(ISessionFactory sessionFactory)
           
 

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

Fields in org.jdiameter.common.impl.app.auth declared as ISessionFactory
protected  ISessionFactory AuthSessionFactoryImpl.sessionFactory
           
 

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

Fields in org.jdiameter.common.impl.app.cca declared as ISessionFactory
protected  ISessionFactory CCASessionFactoryImpl.sessionFactory
           
 

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

Fields in org.jdiameter.common.impl.app.cxdx declared as ISessionFactory
protected  ISessionFactory CxDxSessionFactoryImpl.sessionFactory
           
 

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

Fields in org.jdiameter.common.impl.app.rf declared as ISessionFactory
protected  ISessionFactory RfSessionFactoryImpl.sessionFactory
           
 

Methods in org.jdiameter.common.impl.app.rf that return ISessionFactory
 ISessionFactory RfSessionFactoryImpl.getSessionFactory()
           
 

Methods in org.jdiameter.common.impl.app.rf with parameters of type ISessionFactory
 void RfSessionFactoryImpl.setSessionFactory(ISessionFactory sessionFactory)
           
 

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

Fields in org.jdiameter.common.impl.app.ro declared as ISessionFactory
protected  ISessionFactory RoSessionFactoryImpl.sessionFactory
           
 

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

Fields in org.jdiameter.common.impl.app.sh declared as ISessionFactory
protected  ISessionFactory ShSessionFactoryImpl.sessionFactory
           
 

Uses of ISessionFactory in org.jdiameter.server.api
 

Methods in org.jdiameter.server.api that return ISessionFactory
 ISessionFactory IMutablePeerTable.getSessionFactory()
          Return instance of session factory
 

Uses of ISessionFactory in org.jdiameter.server.impl
 

Fields in org.jdiameter.server.impl declared as ISessionFactory
protected  ISessionFactory MetaDataImpl.ServerLocalPeer.factory
           
protected  ISessionFactory PeerImpl.sessionFactory
           
protected  ISessionFactory MutablePeerTableImpl.sessionFactory
           
 

Methods in org.jdiameter.server.impl that return ISessionFactory
 ISessionFactory MutablePeerTableImpl.getSessionFactory()
           
 

Constructors in org.jdiameter.server.impl with parameters of type ISessionFactory
MutablePeerTableImpl(Configuration config, MetaData metaData, IContainer stack, IRouter router, ISessionFactory sessionFactory, IFsmFactory fsmFactory, ITransportLayerFactory trFactory, IMessageParser parser, INetwork network, IOverloadManager ovrManager, IStatisticFactory statisticFactory, IConcurrentFactory concurrentFactory)
           
PeerImpl(int rating, URI remotePeer, java.lang.String ip, java.lang.String portRange, boolean attCnn, IConnection connection, MutablePeerTableImpl peerTable, IMetaData metaData, Configuration config, Configuration peerConfig, ISessionDatasource sessionDataSource, ISessionFactory sessionFactory, IFsmFactory fsmFactory, ITransportLayerFactory trFactory, IStatisticFactory statisticFactory, IConcurrentFactory concurrentFactory, IMessageParser parser, INetwork nWork, IOverloadManager oManager)
          Create instance of class
 



Copyright © 2010. All Rights Reserved.