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 |
com.ibm.websphere.management.statistics.Stats | stats |
Attribute Detail |
public java.lang.String name
public int maximumSize
public int minimumSize
public long inactivityTimeout
public boolean growable
public com.ibm.websphere.management.statistics.Stats stats