org.jminor.framework.server.monitor
Class HostMonitor
java.lang.Object
org.jminor.framework.server.monitor.HostMonitor
public final class HostMonitor
- extends Object
A HostMonitor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HostMonitor
public HostMonitor(String hostName)
throws RemoteException
- Throws:
RemoteException
getHostName
public String getHostName()
refresh
public void refresh()
throws RemoteException
- Throws:
RemoteException
getServerMonitors
public Collection<ServerMonitor> getServerMonitors()
isLiveUpdate
public boolean isLiveUpdate()
setLiveUpdate
public void setLiveUpdate(boolean value)
addRefreshListener
public void addRefreshListener(ActionListener listener)
removeRefreshListener
public void removeRefreshListener(ActionListener listener)
addServerMonitorRemovedListener
public void addServerMonitorRemovedListener(ActionListener listener)
removeServerMonitorRemovedListener
public void removeServerMonitorRemovedListener(ActionListener listener)