|
|||||||||||
| 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 notificationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationication types fired via the MuleManager. |
| org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
| 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 void |
Log4jNotificationLoggerAgent.logEvent(UMOServerNotification e)
|
protected void |
EndpointNotificationLoggerAgent.logEvent(UMOServerNotification e)
|
protected abstract void |
AbstractNotificationLoggerAgent.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 |
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. |
| Methods in org.mule.impl.internal.notifications with parameters of type UMOServerNotification | |
void |
ServerNotificationManager.fireEvent(UMOServerNotification notification)
|
protected void |
ServerNotificationManager.notifyListeners(UMOServerNotification notification)
Exceptions should not be thrown from this method |
boolean |
ServerNotificationManager.Listener.matches(UMOServerNotification notification)
|
boolean |
ServerNotificationManager.Listener.subscriptionMatches(UMOServerNotification notification)
|
| 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.umo.manager |
| Methods in org.mule.umo.manager with parameters of type UMOServerNotification | |
void |
UMOManager.fireNotification(UMOServerNotification notification)
Fires a server notification to all regiistered listeners |
void |
UMOServerNotificationListener.onNotification(UMOServerNotification notification)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||