Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
org.mule.api |
The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them
|
org.mule.api.config | |
org.mule.api.context |
Manager APIs, including the UMOManager, agent and server event interfaces
|
org.mule.config |
Providers Mule Xml configuration support and general configuration classes.
|
org.mule.context | |
org.mule.context.notification |
Internal server notification types fired via the MuleManager.
|
org.mule.model.seda | |
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
Modifier and Type | Method and Description |
---|---|
WorkManager |
DefaultMuleContext.getWorkManager()
Obtains a workManager instance that can be used to schedule work in a
thread pool.
|
Constructor and Description |
---|
DefaultMuleContext(MuleConfiguration config,
WorkManager workManager,
javax.resource.spi.work.WorkListener workListener,
LifecycleManager lifecycleManager,
ServerNotificationManager notificationManager) |
Modifier and Type | Method and Description |
---|---|
WorkManager |
MuleContext.getWorkManager()
Obtains a workManager instance that can be used to schedule work in a
thread pool.
|
Modifier and Type | Method and Description |
---|---|
WorkManager |
ThreadingProfile.createWorkManager(String name) |
WorkManager |
ThreadingProfile.WorkManagerFactory.createWorkManager(ThreadingProfile profile,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
MuleContextBuilder.setWorkManager(WorkManager workManager) |
Modifier and Type | Method and Description |
---|---|
WorkManager |
ImmutableThreadingProfile.createWorkManager(String name) |
WorkManager |
ChainedThreadingProfile.createWorkManager(String name) |
WorkManager |
ImmutableThreadingProfile.DefaultWorkManagerFactory.createWorkManager(ThreadingProfile profile,
String name) |
Modifier and Type | Field and Description |
---|---|
protected WorkManager |
DefaultMuleContextBuilder.workManager |
Modifier and Type | Method and Description |
---|---|
protected WorkManager |
DefaultMuleContextBuilder.getWorkManager() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMuleContextBuilder.setWorkManager(WorkManager workManager) |
Modifier and Type | Method and Description |
---|---|
void |
ServerNotificationManager.start(WorkManager workManager,
javax.resource.spi.work.WorkListener workListener) |
Modifier and Type | Field and Description |
---|---|
protected WorkManager |
SedaService.workManager |
Modifier and Type | Method and Description |
---|---|
WorkManager |
SedaService.getWorkManager() |
Modifier and Type | Method and Description |
---|---|
void |
SedaService.setWorkManager(WorkManager workManager) |
Modifier and Type | Field and Description |
---|---|
protected WorkManager |
PollingReceiverWorkerSchedule.workManager |
Modifier and Type | Method and Description |
---|---|
protected WorkManager |
AbstractConnector.getDispatcherWorkManager()
Returns a work manager for message dispatchers.
|
protected WorkManager |
AbstractConnector.getReceiverWorkManager(String receiverName)
Returns a work manager for message receivers.
|
protected WorkManager |
AbstractConnector.getRequesterWorkManager()
Returns a work manager for message requesters.
|
protected WorkManager |
AbstractMessageReceiver.getWorkManager() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMessageReceiver.setWorkManager(WorkManager workManager) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.