|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UMOWorkManager | |
| org.mule | Defines the main public API of the MuleManager and support classes such as the MuleServer. |
| org.mule.config | Providers Mule Xml configuration support and general configuration classes. |
| org.mule.impl.internal.notifications | Internal server notificationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationication types fired via the MuleManager. |
| org.mule.impl.model.seda | |
| org.mule.impl.work | A javax.resource.spi.WorkManager implementation. |
| org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
| org.mule.providers.soap.xfire.transport | |
| org.mule.ra | A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. |
| org.mule.umo.manager | Manager APIs, including the UMOManager, agent and server event interfaces |
| Uses of UMOWorkManager in org.mule |
| Methods in org.mule that return UMOWorkManager | |
UMOWorkManager |
MuleManager.getWorkManager()
Obtains a workManager instance that can be used to schedule work in a thread pool. |
| Methods in org.mule with parameters of type UMOWorkManager | |
void |
MuleManager.setWorkManager(UMOWorkManager workManager)
Obtains a workManager instance that can be used to schedule work in a thread pool. |
| Uses of UMOWorkManager in org.mule.config |
| Methods in org.mule.config that return UMOWorkManager | |
UMOWorkManager |
ThreadingProfile.createWorkManager(String name)
|
UMOWorkManager |
ThreadingProfile.WorkManagerFactory.createWorkManager(ThreadingProfile profile,
String name)
|
| Uses of UMOWorkManager in org.mule.impl.internal.notifications |
| Methods in org.mule.impl.internal.notifications with parameters of type UMOWorkManager | |
void |
ServerNotificationManager.start(UMOWorkManager workManager)
|
| Uses of UMOWorkManager in org.mule.impl.model.seda |
| Fields in org.mule.impl.model.seda declared as UMOWorkManager | |
protected UMOWorkManager |
SedaComponent.workManager
|
| Uses of UMOWorkManager in org.mule.impl.work |
| Classes in org.mule.impl.work that implement UMOWorkManager | |
class |
MuleWorkManager
MuleWorkManager is a JCA Work manager implementation used to manage
thread allocation for Mule components and connectors This code has been adapted
from the Geronimo implementation, and the different pool executors have be used
directly from Geronimo. |
| Uses of UMOWorkManager in org.mule.providers |
| Fields in org.mule.providers declared as UMOWorkManager | |
protected UMOWorkManager |
AbstractMessageDispatcher.workManager
Thread pool of Connector sessions |
| Methods in org.mule.providers that return UMOWorkManager | |
protected UMOWorkManager |
AbstractMessageReceiver.getWorkManager()
|
| Methods in org.mule.providers with parameters of type UMOWorkManager | |
protected void |
AbstractMessageReceiver.setWorkManager(UMOWorkManager workManager)
|
| Uses of UMOWorkManager in org.mule.providers.soap.xfire.transport |
| Fields in org.mule.providers.soap.xfire.transport declared as UMOWorkManager | |
protected UMOWorkManager |
MuleLocalChannel.workManager
|
protected UMOWorkManager |
MuleLocalTransport.workManager
|
| Methods in org.mule.providers.soap.xfire.transport that return UMOWorkManager | |
UMOWorkManager |
MuleLocalChannel.getWorkManager()
|
| Methods in org.mule.providers.soap.xfire.transport with parameters of type UMOWorkManager | |
void |
MuleLocalChannel.setWorkManager(UMOWorkManager workManager)
|
| Constructors in org.mule.providers.soap.xfire.transport with parameters of type UMOWorkManager | |
MuleLocalTransport(UMOWorkManager workManager)
|
|
| Uses of UMOWorkManager in org.mule.ra |
| Classes in org.mule.ra that implement UMOWorkManager | |
class |
DelegateWorkManager
DelegateWorkManager TODO |
| Uses of UMOWorkManager in org.mule.umo.manager |
| Methods in org.mule.umo.manager that return UMOWorkManager | |
UMOWorkManager |
UMOManager.getWorkManager()
Obtains a workManager instance that can be used to schedule work in a thread pool. |
| Methods in org.mule.umo.manager with parameters of type UMOWorkManager | |
void |
UMOManager.setWorkManager(UMOWorkManager workManager)
Sets a workManager instance that can be used to schedule work in a thread pool. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||