Class PoolMonitor
java.lang.Object
is.codion.swing.framework.server.monitor.PoolMonitor
A class responsible for monitoring the connection pools of a given EntityServer.
-
Constructor Summary
ConstructorsConstructorDescriptionPoolMonitor(is.codion.framework.server.EntityServerAdmin server, int updateRate) Instantiates a newPoolMonitor -
Method Summary
-
Constructor Details
-
PoolMonitor
public PoolMonitor(is.codion.framework.server.EntityServerAdmin server, int updateRate) throws RemoteException Instantiates a newPoolMonitor- Parameters:
server- the serverupdateRate- the initial statistics update rate in seconds- Throws:
RemoteException- in case of an exception
-
-
Method Details
-
connectionPoolInstanceMonitors
- Returns:
- the available
ConnectionPoolMonitorinstances
-
shutdown
public void shutdown()Shuts down this pool monitor
-