org.jminor.framework.server.monitor
Class PoolMonitor

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

public final class PoolMonitor
extends Object

A PoolMonitor


Constructor Summary
PoolMonitor(EntityConnectionServerAdmin server)
           
 
Method Summary
 void addConnectionPools(String[] usernames)
           
 Collection<ConnectionPoolMonitor> getConnectionPoolInstanceMonitors()
           
 void refresh()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolMonitor

public PoolMonitor(EntityConnectionServerAdmin server)
            throws RemoteException
Throws:
RemoteException
Method Detail

refresh

public void refresh()
             throws RemoteException
Throws:
RemoteException

getConnectionPoolInstanceMonitors

public Collection<ConnectionPoolMonitor> getConnectionPoolInstanceMonitors()

shutdown

public void shutdown()

addConnectionPools

public void addConnectionPools(String[] usernames)