Uses of Interface
org.jdiameter.server.api.agent.IAgentConfiguration

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

Uses of IAgentConfiguration in org.jdiameter.client.api.controller
 

Methods in org.jdiameter.client.api.controller that return IAgentConfiguration
 IAgentConfiguration IRealm.getAgentConfiguration()
          Get agent configuration values for this realm.
 

Methods in org.jdiameter.client.api.controller with parameters of type IAgentConfiguration
 Realm IRealmTable.addRealm(java.lang.String name, ApplicationId appId, LocalAction locAction, IAgentConfiguration agentConfImpl, boolean isDynamic, long expirationTime, java.lang.String[] hosts)
          Method which accepts IAgentConfiguration to avoid decode, encode, decode sequences
 

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

Fields in org.jdiameter.client.impl.controller declared as IAgentConfiguration
protected  IAgentConfiguration RealmImpl.agentConfiguration
           
 

Methods in org.jdiameter.client.impl.controller that return IAgentConfiguration
 IAgentConfiguration RealmImpl.getAgentConfiguration()
           
 

Methods in org.jdiameter.client.impl.controller with parameters of type IAgentConfiguration
 Realm RealmTableImpl.addRealm(java.lang.String realmName, ApplicationId applicationId, LocalAction action, IAgentConfiguration agentConf, boolean dynamic, long expirationTime, java.lang.String[] hosts)
           
 

Constructors in org.jdiameter.client.impl.controller with parameters of type IAgentConfiguration
RealmImpl(java.lang.String name, ApplicationId applicationId, LocalAction localAction, IAgent agent, IAgentConfiguration agentConfiguration, boolean dynamic, long expirationTime, java.lang.String... hosts)
           
 

Uses of IAgentConfiguration in org.jdiameter.server.api.agent
 

Methods in org.jdiameter.server.api.agent that return IAgentConfiguration
 IAgentConfiguration IAgentConfiguration.parse(Configuration agentConfiguration)
           
 IAgentConfiguration IAgentConfiguration.parse(java.lang.String agentConfiguration)
          Parse resource and return implementation.
 

Uses of IAgentConfiguration in org.jdiameter.server.impl
 

Methods in org.jdiameter.server.impl with parameters of type IAgentConfiguration
 Realm NetworkImpl.addRealm(java.lang.String name, ApplicationId applicationId, LocalAction localAction, IAgentConfiguration agentConfiguration, boolean dynamic, long expirationTime)
           
 

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

Classes in org.jdiameter.server.impl.agent that implement IAgentConfiguration
 class AgentConfigurationImpl
           
 

Methods in org.jdiameter.server.impl.agent that return IAgentConfiguration
 IAgentConfiguration AgentConfigurationImpl.parse(Configuration agentConfiguration)
           
 IAgentConfiguration AgentConfigurationImpl.parse(java.lang.String agentConfiguration)
           
 



Copyright © 2014. All Rights Reserved.