org.jdiameter.server.impl.agent
Class AgentConfigurationImpl

java.lang.Object
  extended by org.jdiameter.server.impl.agent.AgentConfigurationImpl
All Implemented Interfaces:
java.io.Serializable, IAgentConfiguration

public class AgentConfigurationImpl
extends java.lang.Object
implements IAgentConfiguration

Author:
Bartosz Baranowski
See Also:
Serialized Form

Field Summary
protected  java.util.Properties properties
           
 
Constructor Summary
AgentConfigurationImpl()
           
 
Method Summary
 java.util.Properties getProperties()
           
 IAgentConfiguration parse(Configuration agentConfiguration)
           
 IAgentConfiguration parse(java.lang.String agentConfiguration)
          Parse resource and return implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected java.util.Properties properties
Constructor Detail

AgentConfigurationImpl

public AgentConfigurationImpl()
Method Detail

getProperties

public java.util.Properties getProperties()
Specified by:
getProperties in interface IAgentConfiguration

parse

public IAgentConfiguration parse(java.lang.String agentConfiguration)
                          throws InternalException
Description copied from interface: IAgentConfiguration
Parse resource and return implementation. May return null if pased argument is null.

Specified by:
parse in interface IAgentConfiguration
Returns:
Throws:
InternalException

parse

public IAgentConfiguration parse(Configuration agentConfiguration)
                          throws InternalException
Specified by:
parse in interface IAgentConfiguration
Returns:
Throws:
InternalException


Copyright © 2014. All Rights Reserved.