|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UMOServerNotificationListener | |
| org.mule | Defines the main public API of the MuleManager and support classes such as the MuleServer. |
| org.mule.impl.internal.notifications | Internal server notificationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationication types fired via the MuleManager. |
| org.mule.umo.manager | Manager APIs, including the UMOManager, agent and server event interfaces |
| Uses of UMOServerNotificationListener in org.mule |
| Methods in org.mule with parameters of type UMOServerNotificationListener | |
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)
|
void |
MuleManager.unregisterListener(UMOServerNotificationListener l)
Unregisters a previously registered listener. If the listener has not already been registered, this method should return without exception |
| Uses of UMOServerNotificationListener in org.mule.impl.internal.notifications |
| Subinterfaces of UMOServerNotificationListener in org.mule.impl.internal.notifications | |
interface |
AdminNotificationListener
ManagementNotificationListener is an observer interface that
objects can use to receive notifications about the stated of the Mule instance and
its respources |
interface |
ComponentNotificationListener
ComponentNotificationListener is an observer interface that objects
can implement and then register themselves with the Mule manager to be notified
when a Component event occurs. |
interface |
ConnectionNotificationListener
ConnectionNotificationListener is an observer interface that
objects can implement and then register themselves with the Mule manager to be
notified when a Connection event occurs. |
interface |
CustomNotificationListener
CustomNotificationListener is an observer interface that can be
used to listen for Custom notifications using
UMOManager.fireCustomEvent(..). |
interface |
ManagementNotificationListener
ManagementNotificationListener is an observer interface that
objects can use to receive notifications about the stated of the Mule instance and
its resources |
interface |
ManagerNotificationListener
ManagerNotificationListener is an observer interface that objects
can implement and then register themselves with the Mule manager to be notified
when a Manager event occurs. |
interface |
MessageNotificationListener
MessageNotificationListener is an observer interface that objects
can use to receive notifications about messages being sent and received from a
Mule Server |
interface |
ModelNotificationListener
ModelNotificationListener is an observer interface that objects can
implement and then register themselves with the Mule manager to be notified when a
Model event occurs. |
interface |
SecurityNotificationListener
ManagerNotificationListener is an observer interface that objects
can implement to receive notifications about secure access requests. |
| Methods in org.mule.impl.internal.notifications that return UMOServerNotificationListener | |
UMOServerNotificationListener |
ServerNotificationManager.Listener.getListenerObject()
|
| Methods in org.mule.impl.internal.notifications with parameters of type UMOServerNotificationListener | |
void |
ServerNotificationManager.registerListener(UMOServerNotificationListener listener)
|
void |
ServerNotificationManager.registerListener(UMOServerNotificationListener listener,
String subscription)
|
void |
ServerNotificationManager.unregisterListener(UMOServerNotificationListener listener)
|
| Constructors in org.mule.impl.internal.notifications with parameters of type UMOServerNotificationListener | |
ServerNotificationManager.Listener(UMOServerNotificationListener listener,
String subscription)
|
|
| Uses of UMOServerNotificationListener in org.mule.umo.manager |
| Methods in org.mule.umo.manager with parameters of type UMOServerNotificationListener | |
void |
UMOManager.registerListener(UMOServerNotificationListener l)
Registers an intenal server event listener. |
void |
UMOManager.registerListener(UMOServerNotificationListener l,
String resourceIdentifier)
Registers an intenal server event listener. |
void |
UMOManager.unregisterListener(UMOServerNotificationListener l)
Unregisters a previously registered listener. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||