Uses of Class
org.objectweb.jasmine.rules.dispatcher.NotificationDispatcher.EventAction

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(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 are 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, String fromAddress, String toAddress)
          Dispatch event to the EventSwitch in the case the needed action is SEND_MAIL.
 



Copyright © 2013 OW2 Consortium. All Rights Reserved.