|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotificationDispatcher.EventAction | |
|---|---|
| org.objectweb.jasmine.rules.dispatcher | |
| Uses of NotificationDispatcher.EventAction in org.objectweb.jasmine.rules.dispatcher |
|---|
| Methods in org.objectweb.jasmine.rules.dispatcher that return NotificationDispatcher.EventAction | |
|---|---|
static NotificationDispatcher.EventAction |
NotificationDispatcher.EventAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NotificationDispatcher.EventAction[] |
NotificationDispatcher.EventAction.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.objectweb.jasmine.rules.dispatcher with parameters of type NotificationDispatcher.EventAction | |
|---|---|
static void |
NotificationDispatcher.dispatchEvent(NotificationDispatcher.EventAction action,
org.ow2.jasmine.event.beans.JasmineEventNotification notification)
Dispatch notification event to the predefined endpoint URI for the given action type. |
static void |
NotificationDispatcher.dispatchEvent(NotificationDispatcher.EventAction action,
org.ow2.jasmine.event.beans.JasmineEventNotification notification,
java.lang.String fromAddress,
java.lang.String toAddress)
Dispatch event to the EventSwitch in the case the needed action is SEND_MAIL. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||