ThreadPool MBean

Current settings for a ThreadPool.


Attribute Summary
java.lang.Stringname
          
intmaximumSize
           Maximum size of the thread pool
intminimumSize
           Minimum size of the thread pool
longinactivityTimeout
           The number of milliseconds to keep threads alive waiting for a new request (-1 = infinite, 0 = immediate)
booleangrowable
           Allow the thread pool to grow past the maximumSize
com.ibm.websphere.management.statistics.Statsstats
          

Attribute Detail

name

public java.lang.String name

maximumSize

public int maximumSize
Maximum size of the thread pool

minimumSize

public int minimumSize
Minimum size of the thread pool

inactivityTimeout

public long inactivityTimeout
The number of milliseconds to keep threads alive waiting for a new request (-1 = infinite, 0 = immediate)

growable

public boolean growable
Allow the thread pool to grow past the maximumSize

stats

public com.ibm.websphere.management.statistics.Stats stats

Copyright IBM Corp. 1996-2003