jPOS 1.6.7 API Documentation

org.jpos.util
Interface ThreadPoolMBean

All Known Subinterfaces:
ISOServerMBean
All Known Implementing Classes:
ISOServer, ThreadPool

public interface ThreadPoolMBean


Method Summary
 int getIdleCount()
           
 int getJobCount()
           
 int getMaxPoolSize()
           
 int getPendingCount()
           
 int getPoolSize()
           
 

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

getPendingCount

int getPendingCount()
Returns:
number of Pending jobs

jPOS.org