public final class PoolMonitor extends Object
Constructor and Description |
---|
PoolMonitor(EntityServerAdmin server,
int updateRate)
Instantiates a new
PoolMonitor |
Modifier and Type | Method and Description |
---|---|
Collection<ConnectionPoolMonitor> |
connectionPoolInstanceMonitors() |
void |
shutdown()
Shuts down this pool monitor
|
public PoolMonitor(EntityServerAdmin server, int updateRate) throws RemoteException
PoolMonitor
server
- the serverupdateRate
- the initial statistics update rate in secondsRemoteException
- in case of an exceptionpublic Collection<ConnectionPoolMonitor> connectionPoolInstanceMonitors()
ConnectionPoolMonitor
instancespublic void shutdown()