Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.taglibs.rdc.scxml.env
Class SimpleDispatcher  view SimpleDispatcher download SimpleDispatcher.java

java.lang.Object
  extended byorg.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.


Field Summary
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
SimpleDispatcher()
          Constructor
 
Method Summary
 void cancel(java.lang.String sendId)
          Cancel the specified send message
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static org.apache.commons.logging.Log log
Constructor Detail

SimpleDispatcher

public SimpleDispatcher()
Constructor

Method Detail

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