Uses of Interface
org.jdiameter.client.api.controller.IRealmTable

Packages that use IRealmTable
org.jdiameter.client.api.router   
org.jdiameter.client.impl.controller   
org.jdiameter.client.impl.router   
org.jdiameter.server.impl   
org.jdiameter.server.impl.agent   
 

Uses of IRealmTable in org.jdiameter.client.api.router
 

Methods in org.jdiameter.client.api.router that return IRealmTable
 IRealmTable IRouter.getRealmTable()
          Return realm table
 

Uses of IRealmTable in org.jdiameter.client.impl.controller
 

Classes in org.jdiameter.client.impl.controller that implement IRealmTable
 class RealmTableImpl
           
 

Uses of IRealmTable in org.jdiameter.client.impl.router
 

Fields in org.jdiameter.client.impl.router declared as IRealmTable
protected  IRealmTable RouterImpl.realmTable
           
 

Methods in org.jdiameter.client.impl.router that return IRealmTable
 IRealmTable RouterImpl.getRealmTable()
           
 

Constructors in org.jdiameter.client.impl.router with parameters of type IRealmTable
RouterImpl(IContainer container, IConcurrentFactory concurrentFactory, IRealmTable realmTable, Configuration config, MetaData aMetaData)
           
 

Uses of IRealmTable in org.jdiameter.server.impl
 

Constructors in org.jdiameter.server.impl with parameters of type IRealmTable
RouterImpl(IContainer container, IConcurrentFactory concurrentFactory, IRealmTable realmTable, Configuration config, MetaData metaData)
           
 

Uses of IRealmTable in org.jdiameter.server.impl.agent
 

Fields in org.jdiameter.server.impl.agent declared as IRealmTable
protected  IRealmTable AgentImpl.realmTable
           
 

Constructors in org.jdiameter.server.impl.agent with parameters of type IRealmTable
AgentImpl(IContainer container, IRealmTable realmTable)
           
ProxyAgentImpl(IContainer container, IRealmTable realmTable)
           
RedirectAgentImpl(IContainer container, IRealmTable realmTable)
           
 



Copyright © 2014. All Rights Reserved.