org.jdiameter.server.api.agent
Interface IAgentConfiguration

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AgentConfigurationImpl

public interface IAgentConfiguration
extends java.io.Serializable

Interface through which agent can access configuration options for realm.

Author:
Bartosz Baranowski , Alexandre Mendonca

Method Summary
 java.util.Properties getProperties()
           
 IAgentConfiguration parse(Configuration agentConfiguration)
           
 IAgentConfiguration parse(java.lang.String agentConfiguration)
          Parse resource and return implementation.
 

Method Detail

getProperties

java.util.Properties getProperties()

parse

IAgentConfiguration parse(java.lang.String agentConfiguration)
                          throws InternalException
Parse resource and return implementation. May return null if pased argument is null.

Parameters:
agentConfiguration -
Returns:
Throws:
InternalException

parse

IAgentConfiguration parse(Configuration agentConfiguration)
                          throws InternalException
Parameters:
agentConfiguration -
Returns:
Throws:
InternalException


Copyright © 2014. All Rights Reserved.