|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides access to MonitorServers stored in the Collage Database. Allows retrieval of all information pertaining to MonitorServers.
Method Summary | |
java.util.Collection |
getHostGroupsForMonitorServer(java.lang.String MonitorServer)
Returns a collection of HostGroups that are part of the MonitorServer |
java.util.Collection |
getHostsForMonitorServer(java.lang.String MonitorServer)
Returns a collection of Hosts that are part of the MonitorServer |
java.util.Collection |
getMonitorServers()
Returns a collection of all MonitorServers in the system |
Method Detail |
public java.util.Collection getMonitorServers() throws CollageException
CollageException
public java.util.Collection getHostsForMonitorServer(java.lang.String MonitorServer) throws CollageException
MonitorServer
- Name of the MonitorServer
Host
CollageException
public java.util.Collection getHostGroupsForMonitorServer(java.lang.String MonitorServer) throws CollageException
MonitorServer
- Name of the MonitorServer
HostGroup
CollageException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |