|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationException | |
org.mule | Defines the main public API of the MuleManager and support classes such as the MuleServer. |
org.mule.impl.internal.notifications | Internal server notification types fired via the MuleManager. |
org.mule.umo.manager | Manager APIs, including the UMOManager, agent and server event interfaces |
Uses of NotificationException in org.mule |
Methods in org.mule that throw NotificationException | |
void |
MuleManager.registerListener(UMOServerNotificationListener l)
Registers an intenal server event listener. The listener will be notified when a particular event happens within the server. Typically this is not an event in the same sense as an UMOEvent (although there is nothing stopping the implementation of this class triggering listeners when a UMOEvent is received). The types of notifications fired is entirely defined by the implementation of this class |
void |
MuleManager.registerListener(UMOServerNotificationListener l,
String resourceIdentifier)
|
Uses of NotificationException in org.mule.impl.internal.notifications |
Methods in org.mule.impl.internal.notifications that throw NotificationException | |
void |
ServerNotificationManager.registerListener(UMOServerNotificationListener listener)
|
void |
ServerNotificationManager.registerListener(UMOServerNotificationListener listener,
String subscription)
|
Uses of NotificationException in org.mule.umo.manager |
Methods in org.mule.umo.manager that throw NotificationException | |
void |
UMOManager.registerListener(UMOServerNotificationListener l)
Registers an intenal server event listener. |
void |
UMOManager.registerListener(UMOServerNotificationListener l,
String resourceIdentifier)
Registers an intenal server event listener. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |