|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConfiguredContainers
This collection provides access to configuration information for servers associated with a service container in a BusinessObjects Enterprise deployment.
Service container configuration information can be retrieved from the repository by querying
for the service container. The query must include the SI_CONTAINER_INSTANCES
property.
IServer,
IServiceContainer| Method Summary | |
|---|---|
IConfiguredContainer |
add(int id)
Creates a set of configuration properties for the server associated with the service container, or returns the existing set if one exists. |
IConfiguredContainer |
get(int id)
Returns the configuration properties for the server associated with the service container. |
java.util.Set |
getConfiguredContainerIDs()
Returns the IDs of the servers associated with the service container. |
java.util.Iterator |
iterator()
Returns an iterator that can be used to iterate over the IConfiguredService
objects in this collection. |
boolean |
remove(int id)
Removes the configuration properties for the server associated with the service container. |
| Method Detail |
|---|
java.util.Set getConfiguredContainerIDs()
IConfiguredContainer add(int id)
id - The ID of the server
IConfiguredContainer get(int id)
id - The ID of the server
boolean remove(int id)
id - The ID of the server
java.util.Iterator iterator()
IConfiguredService
objects in this collection.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||