java.lang.Object
org.apache.taglibs.rdc.scxml.env.SimpleDispatcher
- All Implemented Interfaces:
- org.apache.taglibs.rdc.scxml.EventDispatcher
- public class SimpleDispatcher
- extends java.lang.Object
- implements org.apache.taglibs.rdc.scxml.EventDispatcher
Trivial EventDispatcher implementation. No remote eventing.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static org.apache.commons.logging.Log log
SimpleDispatcher
public SimpleDispatcher()
- Constructor
cancel
public void cancel(java.lang.String sendId)
- Description copied from interface:
org.apache.taglibs.rdc.scxml.EventDispatcher
- Cancel the specified send message
- Specified by:
cancel in interface org.apache.taglibs.rdc.scxml.EventDispatcher
send
public void send(java.lang.String sendId,
java.lang.String target,
java.lang.String targetType,
java.lang.String event,
java.util.Map params,
java.lang.Object hints,
long delay)
- Specified by:
send in interface org.apache.taglibs.rdc.scxml.EventDispatcher