|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IInstalledObjects
This interface provides access to configuration information for services and service containers associated with install objects.
IInstall,
IService,
IServiceContainer| Method Summary | |
|---|---|
IInstalledObject |
add(int id)
Creates a set of configuration properties for the service or service container associated with the install, or returns the existing set if one exists. |
IInstalledObject |
get(int id)
Returns the configuration properties for the service or service container associated with the install. |
java.util.Set |
getInstalledObjectIDs()
Returns the IDs of the associated objects. |
java.util.Iterator |
iterator()
Returns an iterator that can be used to iterate over the objects in the collection. |
boolean |
remove(int id)
Removes the configuration properties for the service or service container associated with the install. |
| Method Detail |
|---|
java.util.Set getInstalledObjectIDs()
The type of each associated object is determined by the method
that returned this IInstalledObjects collection:
| IInstalledObjects Returned By | getInstalledObjectIDs Returns |
|---|---|
IInstallBase.getInstalledContainers() | IDs of the associated IServiceContainer objects |
IInstallBase.getInstalledServices() | IDs of the associated IService objects |
IServiceBase.getServiceInstalls() | IDs of the associated IInstall objects |
IServiceContainerBase.getContainerInstalls() | IDs of the associated IInstall objects |
Set containing the IDs of the associated objects.IInstalledObject add(int id)
id - The ID of the install, service, or service container
IInstalledObjects.getInstalledObjectIDs()IInstalledObject get(int id)
id - The ID of the install, service, or service container
boolean remove(int id)
id - The ID of the install, service, or service container
java.util.Iterator iterator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||