Interface PoolingDataSource.PoolMBean

Enclosing class:
PoolingDataSource

public static interface PoolingDataSource.PoolMBean
  • Method Details

    • reset

      void reset()
    • getNumConnectionsServed

      long getNumConnectionsServed()
    • getNumConnectionsCreated

      long getNumConnectionsCreated()
    • getMaxConcurrentConnections

      long getMaxConcurrentConnections()
    • getExpiredConnections

      long getExpiredConnections()
    • getNumSpareConnections

      int getNumSpareConnections()
    • getNumInUseConnections

      int getNumInUseConnections()
    • getMaxSpareConnections

      int getMaxSpareConnections()
    • setMaxSpareConnections

      void setMaxSpareConnections(int mc)
    • getMaxInUseConnections

      int getMaxInUseConnections()
    • setMaxInUseConnections

      void setMaxInUseConnections(int mc)
    • getConnectionExpiration

      int getConnectionExpiration()
    • setConnectionExpiration

      void setConnectionExpiration(int exp)
    • getConnectionMaxUse

      int getConnectionMaxUse()
    • setConnectionMaxUse

      void setConnectionMaxUse(int max)
    • getTransactionIsolation

      int getTransactionIsolation()