|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jasmine.rules.dispatcher.NotificationDispatcher
public class NotificationDispatcher
| Nested Class Summary | |
|---|---|
static class |
NotificationDispatcher.EventAction
List of possible actions on a notification event. |
| Method Summary | |
|---|---|
static void |
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 |
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. |
static void |
dispatchEvent(java.lang.String URI,
org.ow2.jasmine.event.beans.JasmineEventNotification notification)
Dispatch a given event to the EventSwitch. |
static void |
dispatchEvent(java.lang.String endpoint,
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 to the predefined endpoint URI for the given action type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void dispatchEvent(NotificationDispatcher.EventAction action,
org.ow2.jasmine.event.beans.JasmineEventNotification notification)
action - the action to do.notification - the event to dispatch.
public static void dispatchEvent(java.lang.String URI,
org.ow2.jasmine.event.beans.JasmineEventNotification notification)
URI - the inbound resource locator.notification - the event to dispatch.
public static void dispatchEvent(java.lang.String endpoint,
org.ow2.jasmine.event.beans.JasmineEventNotification notification,
java.lang.String fromAddress,
java.lang.String toAddress)
action - the action to do.endpoint - the endpoint where event is dispatched.notification - the event to dispatch.fromAddress - the from address.toAddress - the destination address.
public static void dispatchEvent(NotificationDispatcher.EventAction action,
org.ow2.jasmine.event.beans.JasmineEventNotification notification,
java.lang.String fromAddress,
java.lang.String toAddress)
action - the action to do.notification - the event to dispatch.fromAddress - the from address.toAddress - the destination address.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||