org.jboss.soa.esb.listeners.lifecycle
Interface ThreadedManagedLifecycleAdapter

All Superinterfaces:
ManagedLifecycleAdapter

public interface ThreadedManagedLifecycleAdapter
extends ManagedLifecycleAdapter

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

getMinimumThreadPoolCount

int getMinimumThreadPoolCount()
Get the minimum thread pool count.

Returns:
the minimum thread pool count.

getMaximumThreadPoolCount

int getMaximumThreadPoolCount()
Get the maximum thread pool count.

Returns:
the maximum thread pool count.

setMinimumThreadPoolCount

void setMinimumThreadPoolCount(int minimumThreadCount)
Get the minimum thread pool count.

Parameters:
minimumThreadCount - the minimum thread pool count.

setMaximumThreadPoolCount

void setMaximumThreadPoolCount(int maximumThreadCount)
Get the maximum thread pool count.

Parameters:
maximumThreadCount - the maximum thread pool count.