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

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

public interface IActualConfigProperties
extends ISDKSet

This collection contains the current configuration properties for a service or a service container associated with a server.

The values of the configuration properties in this collection are the values that are currently used by the server. These values are read-only and cannot be modified directly.

See Also:
IConfigProperties

Method Summary
 IActualConfigProperty getProp(java.lang.String name)
          For internal use only.
 java.lang.String[] getPropNames()
          Returns the names of the configuration properties in the property bag.
 
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 in the property bag.

Returns:
String array containing the configuration property names.

getProp

IActualConfigProperty getProp(java.lang.String name)
For internal use only.