WebSphere:*,type=ThreadPool
MBean ThreadPool
Current settings for a ThreadPool.
Attribute Summary | |
java.lang.String | name |
int | maximumSize Maximum size of the thread pool |
int | minimumSize Minimum size of the thread pool |
long | inactivityTimeout The number of milliseconds to keep threads alive waiting for a new request (-1 = infinite, 0 = immediate) |
boolean | growable Allow the thread pool to grow past the maximumSize |
Attributes inherited from MBean StatisticsProvider |
stats |
Attribute Detail |
public java.lang.String name
public int maximumSize
public int minimumSize
public long inactivityTimeout
public boolean growable