|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides access to Hosts stored in the CollageDatabase. Allows retrieval of all information pertaining to Hosts.
Method Summary | |
Device |
getDeviceForHost(java.lang.String host)
Get the device for a Host |
java.util.Collection |
getHosts()
Returns all Hosts currently in the system. |
HostStatus |
getHostStatusForHost(java.lang.String host)
Get the HostStatus for a given host |
java.util.Collection |
getServicesForHost(java.lang.String host)
Returns all Services for the given Host. |
Method Detail |
public java.util.Collection getServicesForHost(java.lang.String host) throws CollageException
ServiceStatus
.
host
- Name of the Host. Limit the query to filter by this Host's name.
ServiceStatus
objects for the given host.
CollageException
public java.util.Collection getHosts() throws CollageException
Host
Host
objects in the system
CollageException
public HostStatus getHostStatusForHost(java.lang.String host) throws CollageException
host
- Name of the host
HostStatus
CollageException
public Device getDeviceForHost(java.lang.String host) throws CollageException
host
- Name of the Host
Device
CollageException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |