org.jdiameter.client.impl.helpers
Interface AppConfiguration

All Superinterfaces:
org.jdiameter.api.Configuration
All Known Implementing Classes:
EmptyConfiguration, EmptyConfiguration, XMLConfiguration, XMLConfiguration

public interface AppConfiguration
extends org.jdiameter.api.Configuration

This interface provide methods for change configuration object


Method Summary
 AppConfiguration add(Ordinal e, org.jdiameter.api.Configuration... value)
          Add elements to configuration
 AppConfiguration add(Ordinal e, java.lang.Object value)
           
 
Methods inherited from interface org.jdiameter.api.Configuration
getBooleanValue, getByteArrayValue, getByteValue, getChildren, getDoubleValue, getIntValue, getLongValue, getStringValue, isAttributeExist
 

Method Detail

add

AppConfiguration add(Ordinal e,
                     org.jdiameter.api.Configuration... value)
Add elements to configuration

Parameters:
e - elements identifier
value - array of elements
Returns:
instance of configuration

add

AppConfiguration add(Ordinal e,
                     java.lang.Object value)
Parameters:
e - element identifier
value - parameter value
Returns:
instance of configuration


Copyright © 2008. All Rights Reserved.