|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConfiguredContainer
This interface provides access to the configuration information for the service container associated with a server.
Note that this information can be retrieved from the repository by querying
for either a server or a service container. A server query must include the SI_CONFIGURED_CONTAINERS
property. A service query must include the SI_CONTAINER_INSTANCES property.
IServer,
IServiceContainer| Method Summary | |
|---|---|
boolean |
isUsingContainerConfigProps()
Returns whether this configured container is using the configuration property values of the associated service container. |
void |
resetToContainerConfigProps()
Resets the configuration properties to the current values of the associated service container. |
void |
useContainerConfigProps()
Sets this configured container to use the configuration property values of the associated service container. |
| Method Detail |
|---|
boolean isUsingContainerConfigProps()
IConfiguredContainer.useContainerConfigProps()
void useContainerConfigProps()
throws SDKException
SDKException - if the process is unsuccessful.IConfiguredContainer.isUsingContainerConfigProps()
void resetToContainerConfigProps()
throws SDKException
This method has no effect if IConfiguredContainer.isUsingContainerConfigProps() is true.
SDKException - if the process is unsuccessful.#resetToFactoryConfigProps
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||