com.businessobjects.sdk.plugin.desktop.common
Interface IConfigProperties

All Superinterfaces:
java.util.Collection, ISDKSet, java.lang.Iterable, java.util.Set

public interface IConfigProperties
extends ISDKSet

This collection contains the configuration properties for a service or a service container associated with a server, including any property value changes that have not been applied yet.

The values of the configuration properties in this collection can be updated. However, changes may not take effect immediately. Some settings are only applied after the server is restarted.

See Also:
IActualConfigProperties

Method Summary
 IConfigProperty addProp(java.lang.String name)
          Adds a configuration property with the specified name.
 IConfigProperty getProp(java.lang.String name)
          Returns the configuration property with the specified name.
 java.lang.String[] getPropNames()
          Returns the names of the configuration properties.
 
Methods inherited from interface com.crystaldecisions.sdk.properties.ISDKSet
get
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getPropNames

java.lang.String[] getPropNames()
Returns the names of the configuration properties.

Returns:
String array containing the configuration property names.

addProp

IConfigProperty addProp(java.lang.String name)
Adds a configuration property with the specified name.

Parameters:
name - the name of the configuration property to add
Returns:
the configuration property

getProp

IConfigProperty getProp(java.lang.String name)
Returns the configuration property with the specified name.

Parameters:
name - the name of the configuration property to retrieve
Returns:
the configuration property