|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionNotification | |
---|---|
org.mule.api.context.notification | |
org.mule.exception |
Uses of ExceptionNotification in org.mule.api.context.notification |
---|
Classes in org.mule.api.context.notification with type parameters of type ExceptionNotification | |
---|---|
interface |
ExceptionNotificationListener<T extends ExceptionNotification>
ExceptionNotificationListener is an observer interface that
objects can implement and then register themselves with the Mule manager to be
notified when a Exception event occurs. |
Uses of ExceptionNotification in org.mule.exception |
---|
Methods in org.mule.exception with parameters of type ExceptionNotification | |
---|---|
protected void |
AbstractExceptionListener.fireNotification(ExceptionNotification notification)
Fires a server notification to all registered ExceptionNotificationListener
eventManager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |