java.lang.Object
is.codion.swing.framework.server.monitor.PoolMonitor

public final class PoolMonitor extends Object
A class responsible for monitoring the connection pools of a given EntityServer.
  • Constructor Details

    • PoolMonitor

      public PoolMonitor(is.codion.framework.server.EntityServerAdmin server, int updateRate) throws RemoteException
      Instantiates a new PoolMonitor
      Parameters:
      server - the server
      updateRate - the initial statistics update rate in seconds
      Throws:
      RemoteException - in case of an exception
  • Method Details