|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMOServerNotification | |
org.mule | Defines the main public API of the MuleManager and support classes such as the MuleServer. |
org.mule.impl.internal.admin | Admin components and Agents used to control and Monitor Mule |
org.mule.impl.internal.notifications | Internal server notification types fired via the MuleManager. |
org.mule.management.agents | Management agents including agents for Jdmk, MX4J, and Log4J |
org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
org.mule.providers.jms | Provides Jms transport connectivity with support for all Jms features. |
org.mule.providers.soap.axis | Provides an Axis soap transport for Mule. |
org.mule.providers.soap.xfire | |
org.mule.tck.functional | Helper classes and interfaces used by Mule fnctional tests. |
org.mule.umo.manager | Manager APIs, including the UMOManager, agent and server event interfaces |
Uses of UMOServerNotification in org.mule |
Methods in org.mule with parameters of type UMOServerNotification | |
protected void |
MuleManager.fireSystemEvent(UMOServerNotification e)
Fires a mule 'system' event. |
void |
MuleManager.fireNotification(UMOServerNotification notification)
Fires a server notification to all registered CustomNotificationListener
notificationManager. |
Uses of UMOServerNotification in org.mule.impl.internal.admin |
Methods in org.mule.impl.internal.admin with parameters of type UMOServerNotification | |
protected abstract void |
AbstractNotificationLoggerAgent.logEvent(UMOServerNotification e)
|
protected void |
EndpointNotificationLoggerAgent.logEvent(UMOServerNotification e)
|
protected void |
Log4jNotificationLoggerAgent.logEvent(UMOServerNotification e)
|
Uses of UMOServerNotification in org.mule.impl.internal.notifications |
Subclasses of UMOServerNotification in org.mule.impl.internal.notifications | |
class |
AdminNotification
AdminNotification is used to invoke actions on a remote mule server |
class |
ComponentNotification
ComponentNotification is fired when an event such as the component
starting occurs. |
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 |
ExceptionNotification
|
class |
ManagementNotification
ManagementNotification is fired when monitored resources such as
internal queues reach capacity |
class |
ManagerNotification
ManagerNotification is fired when an event such as the manager
starting occurs. |
class |
MessageNotification
These notifications are fire when either a message is received via an endpoint, or dispatcher of if a receive call is made on a dispatcher. |
class |
ModelNotification
ModelNotification is fired when an event such as the model starting
occurs. |
class |
SecurityNotification
SecurityNotification is fired when a request for authorisation
occurs. |
class |
TransactionNotification
|
Methods in org.mule.impl.internal.notifications with parameters of type UMOServerNotification | |
boolean |
ServerNotificationManager.Listener.matches(UMOServerNotification notification)
|
boolean |
ServerNotificationManager.Listener.subscriptionMatches(UMOServerNotification notification)
|
void |
ServerNotificationManager.fireEvent(UMOServerNotification notification)
|
protected void |
ServerNotificationManager.notifyListeners(UMOServerNotification notification)
Exceptions should not be thrown from this method |
Uses of UMOServerNotification in org.mule.management.agents |
Methods in org.mule.management.agents with parameters of type UMOServerNotification | |
protected void |
JmxServerNotificationAgent.logEvent(UMOServerNotification e)
|
Uses of UMOServerNotification in org.mule.providers |
Methods in org.mule.providers with parameters of type UMOServerNotification | |
void |
AbstractConnector.fireNotification(UMOServerNotification notification)
Fires a server notification to all registered CustomNotificationListener
eventManager. |
Uses of UMOServerNotification in org.mule.providers.jms |
Methods in org.mule.providers.jms with parameters of type UMOServerNotification | |
void |
JmsConnector.onNotification(UMOServerNotification notification)
|
Uses of UMOServerNotification in org.mule.providers.soap.axis |
Methods in org.mule.providers.soap.axis with parameters of type UMOServerNotification | |
void |
AxisConnector.onNotification(UMOServerNotification notification)
|
Uses of UMOServerNotification in org.mule.providers.soap.xfire |
Methods in org.mule.providers.soap.xfire with parameters of type UMOServerNotification | |
void |
XFireConnector.onNotification(UMOServerNotification event)
|
Uses of UMOServerNotification in org.mule.tck.functional |
Subclasses of UMOServerNotification in org.mule.tck.functional | |
class |
FunctionalTestNotification
TODO document |
Uses of UMOServerNotification in org.mule.umo.manager |
Methods in org.mule.umo.manager with parameters of type UMOServerNotification | |
void |
UMOServerNotificationListener.onNotification(UMOServerNotification notification)
|
void |
UMOManager.fireNotification(UMOServerNotification notification)
Fires a server notification to all regiistered listeners |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |