|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ThreadedManagedLifecycleAdapter
Adapter interface used for management through lifecycle MBean
| Method Summary | |
|---|---|
int |
getMaximumThreadPoolCount()
Get the maximum thread pool count. |
int |
getMinimumThreadPoolCount()
Get the minimum thread pool count. |
void |
setMaximumThreadPoolCount(int maximumThreadCount)
Get the maximum thread pool count. |
void |
setMinimumThreadPoolCount(int minimumThreadCount)
Get the minimum thread pool count. |
| Methods inherited from interface org.jboss.soa.esb.listeners.lifecycle.ManagedLifecycleAdapter |
|---|
getConfig, getState, start, stop |
| Method Detail |
|---|
int getMinimumThreadPoolCount()
int getMaximumThreadPoolCount()
void setMinimumThreadPoolCount(int minimumThreadCount)
minimumThreadCount - the minimum thread pool count.void setMaximumThreadPoolCount(int maximumThreadCount)
maximumThreadCount - the maximum thread pool count.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||