Package org.jpos.util

Interface ThreadPoolMBean

    • Method Detail

      • getJobCount

        int getJobCount()
        Returns:
        number of jobs processed by this pool
      • getPoolSize

        int getPoolSize()
        Returns:
        number of active threads
      • getMaxPoolSize

        int getMaxPoolSize()
        Returns:
        max number of active threads allowed
      • getIdleCount

        int getIdleCount()
        Returns:
        number of idle threads