public final class SimpleDispatcher extends Object implements EventDispatcher, Serializable
| Constructor and Description |
|---|
SimpleDispatcher()
Constructor.
|
public void cancel(String sendId)
EventDispatchercancel in interface EventDispatchersendId - The ID of the send message to cancelEventDispatcher.cancel(String)public void send(String sendId, String target, String targetType, String event, Map params, Object hints, long delay, List externalNodes)
EventDispatchersend in interface EventDispatchersendId - The ID of the send messagetarget - An expression returning the target location of the eventtargetType - The type of the Event I/O Processor that the event
should be dispatched toevent - The type of event being generated.params - A list of zero or more whitespace separated variable
names to be included with the event.hints - The data containing information which may be
used by the implementing platform to configure the event processordelay - The event is dispatched after the delay interval elapsesexternalNodes - The list of external nodes associated with
the <send> element.EventDispatcher.send(String,String,String,String,Map,Object,long,List)Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.