konark.manager
Class HostStatus
java.lang.Object
konark.manager.HostStatus
- All Implemented Interfaces:
- java.io.Serializable
- public class HostStatus
- extends java.lang.Object
- implements java.io.Serializable
This class holds info about name reg status, rmi reg status,
host status (by pinging some port), and agent server status.
It may or may not have information about all of these things.
Information is indexed by hostname.
- See Also:
- Serialized Form
Constructor Summary |
HostStatus(java.lang.String hostname)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
STATUS_UP
public static final int STATUS_UP
- See Also:
- Constant Field Values
STATUS_DOWN
public static final int STATUS_DOWN
- See Also:
- Constant Field Values
STATUS_UNKNOWN
public static final int STATUS_UNKNOWN
- See Also:
- Constant Field Values
HostStatus
public HostStatus(java.lang.String hostname)
addStatusItem
public void addStatusItem(HostStatusItem i)
getHostname
public java.lang.String getHostname()
getStatusItems
public java.util.Vector getStatusItems()
elements
public java.util.Enumeration elements()
toString
public java.lang.String toString()