org.jboss.seam.core
Class Dispatcher.Asynchronous

java.lang.Object
  extended by org.jboss.seam.core.Dispatcher.Asynchronous
All Implemented Interfaces:
Serializable
Enclosing class:
Dispatcher

public abstract static class Dispatcher.Asynchronous
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
protected Dispatcher.Asynchronous()
           
 
Method Summary
protected abstract  void call()
           
 void execute(javax.ejb.Timer timer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dispatcher.Asynchronous

protected Dispatcher.Asynchronous()
Method Detail

execute

public void execute(javax.ejb.Timer timer)

call

protected abstract void call()