Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
org.mule.agent |
Admin components and Agents used to control and Monitor Mule
|
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.notification | |
org.mule.context.notification |
Internal server notification types fired via the MuleManager.
|
org.mule.lifecycle | |
org.mule.module.client.remoting.notification | |
org.mule.module.management.agent |
Management agents including agents for Jdmk, MX4J, and Log4J
|
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
org.mule.transport.jms |
Provides Jms transport connectivity with support for all Jms features.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultMuleContext.fireNotification(ServerNotification notification)
Fires a server notification to all registered
org.mule.api.context.notification.listener.CustomNotificationListener notificationManager. |
Modifier and Type | Method and Description |
---|---|
protected void |
EndpointNotificationLoggerAgent.logEvent(ServerNotification e) |
protected abstract void |
AbstractNotificationLoggerAgent.logEvent(ServerNotification e) |
protected void |
Log4jNotificationLoggerAgent.logEvent(ServerNotification e) |
Modifier and Type | Method and Description |
---|---|
void |
MuleContext.fireNotification(ServerNotification notification)
Fires a server notification to all regiistered listeners
|
Modifier and Type | Method and Description |
---|---|
void |
ServerNotificationHandler.fireNotification(ServerNotification notification) |
void |
ServerNotificationListener.onNotification(ServerNotification notification) |
Modifier and Type | Class and Description |
---|---|
class |
ComponentMessageNotification
These notifications are fired when before and after a service component is
invoked.
|
class |
ConnectionNotification
Is fired by a connector when a connection is made, or disconnected of the
connection fails.
|
class |
CustomNotification
CustomNotification Custom notifications can be used by components
and other objects such as routers, transformers, agents, etc to communicate a
change of state to each other. |
class |
EndpointMessageNotification
These notifications are fired when either a message is either: received by an
endpoint, sent or dispatched from an endpoint or requested from an endpoint.
|
class |
ExceptionNotification |
class |
ManagementNotification
ManagementNotification is fired when monitored resources such as
internal queues reach capacity |
class |
MessageNotification
Deprecated.
renamed to EndpointMessageNotification
|
class |
ModelNotification
ModelNotification is fired when an event such as the model starting
occurs. |
class |
MuleContextNotification
MuleContextNotification is fired when an event such as the mule
context starting occurs. |
class |
RegistryNotification
RegistryNotification is fired when an event such as a Registry
being started occurs. |
class |
RoutingNotification
Is fired by routers.
|
class |
SecurityNotification
SecurityNotification is fired when a request for authorisation
occurs. |
class |
ServiceNotification
ServiceNotification is fired when an event such as the service
starting occurs. |
class |
TransactionNotification |
Modifier and Type | Method and Description |
---|---|
void |
OptimisedNotificationHandler.fireNotification(ServerNotification notification) |
void |
ServerNotificationManager.fireNotification(ServerNotification notification) |
protected void |
ServerNotificationManager.notifyListeners(ServerNotification notification) |
Modifier and Type | Method and Description |
---|---|
protected ServerNotification |
NotificationLifecycleObject.createNotification(MuleContext context,
String action) |
ServerNotification |
LifecycleObject.getPostNotification() |
ServerNotification |
LifecycleObject.getPreNotification() |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleObject.setPostNotification(ServerNotification postNotification) |
void |
LifecycleObject.setPreNotification(ServerNotification preNotification) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteDispatcherNotification
RemoteDispatcherNotification is used to invoke actions on a remote mule server |
Modifier and Type | Method and Description |
---|---|
protected void |
JmxServerNotificationAgent.logEvent(ServerNotification e) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConnector.fireNotification(ServerNotification notification)
Fires a server notification to all registered listeners
|
Modifier and Type | Method and Description |
---|---|
void |
JmsConnector.onNotification(ServerNotification notification) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.