java.lang.Object
is.codion.tools.monitor.model.PoolMonitor
A class responsible for monitoring the connection pools of a given EntityServer.
-
Constructor Summary
ConstructorDescriptionPoolMonitor
(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
ConnectionPoolMonitor
instances
-
shutdown
public void shutdown()Shuts down this pool monitor
-