| 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.context |
Mule Context APIs, including the MuleContext, agent and server event interfaces
|
| org.mule.context |
| Modifier and Type | Field and Description |
|---|---|
protected ServerNotificationManager |
DefaultMuleContext.notificationManager |
| Modifier and Type | Method and Description |
|---|---|
ServerNotificationManager |
DefaultMuleContext.getNotificationManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContext.setNotificationManager(ServerNotificationManager notificationManager) |
| Constructor and Description |
|---|
DefaultMuleContext(MuleConfiguration config,
WorkManager workManager,
javax.resource.spi.work.WorkListener workListener,
MuleContextLifecycleManager lifecycleManager,
ServerNotificationManager notificationManager)
Deprecated.
Use empty constructor instead and use setter for dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
ServerNotificationManager |
MuleContext.getNotificationManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleContextBuilder.setNotificationManager(ServerNotificationManager notificationManager) |
| Modifier and Type | Field and Description |
|---|---|
protected ServerNotificationManager |
DefaultMuleContextBuilder.notificationManager |
| Modifier and Type | Method and Description |
|---|---|
static ServerNotificationManager |
DefaultMuleContextBuilder.createDefaultNotificationManager() |
protected ServerNotificationManager |
DefaultMuleContextBuilder.createNotificationManager() |
protected ServerNotificationManager |
DefaultMuleContextBuilder.getNotificationManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContextBuilder.setNotificationManager(ServerNotificationManager notificationManager) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.