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

Packages that use ISessionFactory
org.jdiameter.client.impl   
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
           
 

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 PeerImpl.factory
           
protected  ISessionFactory MetaDataImpl.MyLocalPeer.factory
           
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(org.jdiameter.api.Configuration config, org.jdiameter.api.MetaData metaData, IRouter router, ISessionFactory sessionFactory, IFsmFactory fsmFactory, ITransportLayerFactory trFactory, IMessageParser parser, INetwork network, IOverloadManager ovrManager)
           
PeerImpl(MutablePeerTableImpl mgr, int rating, org.jdiameter.api.URI remotePeer, IMetaData metaData, org.jdiameter.api.Configuration config, org.jdiameter.api.Configuration peerConfig, ISessionFactory sessionFactory, IFsmFactory fsmFactory, ITransportLayerFactory trFactory, IMessageParser parser, INetwork nWork, IOverloadManager oManager, boolean attCnn, IConnection connection)
          Create instance of class
 



Copyright © 2008. All Rights Reserved.