|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConfiguredServices
This collection provides access to configuration information for services running on servers in a BusinessObjects Enterprise deployment.
Service configuration information can be retrieved from the repository by querying
for either a server or a service. A server query must include the SI_HOSTED_SERVICES
property. A service query must include the SI_SERVICE_HOSTS property.
IServer,
IService| Method Summary | |
|---|---|
IConfiguredService |
add(int id)
Creates a set of configuration properties for the service associated with the server, or returns the existing set if one exists. |
IConfiguredService |
get(int id)
Returns the configuration properties for the service associated with the server. |
java.util.Set |
getConfiguredServiceIDs()
Returns either server IDs or service IDs. |
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 service associated with the server. |
| Methods inherited from interface com.businessobjects.sdk.plugin.desktop.common.IRestartRequired |
|---|
checkRestartRequired |
| Method Detail |
|---|
java.util.Set getConfiguredServiceIDs()
IServerBase.getHostedServices(), this method returns the
IDs of the services hosted on that server. If this object was returned by
IServiceBase.getServiceHosts(),
this method returns the IDs of the server that host this service.
IConfiguredService add(int id)
id - The ID of the server or service
IConfiguredServices.getConfiguredServiceIDs()IConfiguredService get(int id)
id - The ID of the service or server
IConfiguredServices.getConfiguredServiceIDs()boolean remove(int id)
id - The ID of the service or server
IConfiguredServices.getConfiguredServiceIDs()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 | ||||||||