org.jminor.framework.server.monitor
Class EntityServerMonitor

java.lang.Object
  extended by org.jminor.framework.server.monitor.EntityServerMonitor

public final class EntityServerMonitor
extends Object

A monitor for the EntityConnectionServer


Constructor Summary
EntityServerMonitor(String hostNames)
           
 
Method Summary
 void addHost(String hostname)
           
 Collection<HostMonitor> getHostMonitors()
           
 void refresh()
           
 void removeHost(HostMonitor hostMonitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityServerMonitor

public EntityServerMonitor(String hostNames)
                    throws RemoteException
Throws:
RemoteException
Method Detail

addHost

public void addHost(String hostname)
             throws RemoteException
Throws:
RemoteException

removeHost

public void removeHost(HostMonitor hostMonitor)

getHostMonitors

public Collection<HostMonitor> getHostMonitors()

refresh

public void refresh()
             throws RemoteException
Throws:
RemoteException