java.lang.Object
is.codion.tools.monitor.model.PoolMonitor
A class responsible for monitoring the connection pools of a given EntityServer.
-
Constructor Summary
ConstructorsConstructorDescriptionPoolMonitor(EntityServerAdmin server, int updateRate) Instantiates a newPoolMonitor -
Method Summary
-
Constructor Details
-
PoolMonitor
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
-