Interface PoolingDataSourceMBean

All Known Implementing Classes:
PoolingDataSource

public interface PoolingDataSourceMBean
Author:
lorban
  • Method Details

    • getMinPoolSize

      int getMinPoolSize()
    • getMaxPoolSize

      int getMaxPoolSize()
    • getInPoolSize

      long getInPoolSize()
    • getTotalPoolSize

      long getTotalPoolSize()
    • isFailed

      boolean isFailed()
    • reset

      void reset() throws Exception
      Throws:
      Exception
    • isDisabled

      boolean isDisabled()
    • setDisabled

      void setDisabled(boolean disabled)