|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.component.framework.process.JBIProcessorManagerObservable
org.ow2.petals.component.framework.process.JBIProcessorManager
public class JBIProcessorManager
The JBI processor manager is in charge of JBI Message processor threads and instances.
| Field Summary | |
|---|---|
protected AbstractComponent |
component
|
protected java.util.logging.Logger |
logger
|
protected org.apache.commons.pool.impl.GenericObjectPool |
objectPool
|
| Constructor Summary | |
|---|---|
JBIProcessorManager(AbstractComponent component,
RuntimeConfigurationNotifier runtimeConfiguration,
java.util.logging.Logger logger)
Creates a new instance of JBIProcessorManager |
|
| Method Summary | |
|---|---|
org.apache.commons.pool.impl.GenericObjectPool |
getObjectPool()
Get the Processor Object Pool. |
java.util.concurrent.ThreadPoolExecutor |
getThreadPool()
Get the Processor Thread Pool. |
void |
start()
Start the Processor Thread Pool. |
void |
stop()
Stop the Processor Thread Pool. |
| Methods inherited from class org.ow2.petals.component.framework.process.JBIProcessorManagerObservable |
|---|
addObserver, deleteObserver, notifyObserversAfterProcessing, notifyObserversBeforeProcessing |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.apache.commons.pool.impl.GenericObjectPool objectPool
protected AbstractComponent component
protected java.util.logging.Logger logger
| Constructor Detail |
|---|
public JBIProcessorManager(AbstractComponent component,
RuntimeConfigurationNotifier runtimeConfiguration,
java.util.logging.Logger logger)
JBIProcessorManager
component - configuration - logger - | Method Detail |
|---|
public void start()
throws javax.jbi.JBIException
javax.jbi.JBIExceptionpublic void stop()
public java.util.concurrent.ThreadPoolExecutor getThreadPool()
public org.apache.commons.pool.impl.GenericObjectPool getObjectPool()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||