|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConfigProperties
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.
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 |
|---|
java.lang.String[] getPropNames()
IConfigProperty addProp(java.lang.String name)
name - the name of the configuration property to add
IConfigProperty getProp(java.lang.String name)
name - the name of the configuration property to retrieve
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||