org.jboss.seam.async
Class Asynchronous

java.lang.Object
  extended by org.jboss.seam.async.Asynchronous
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AsynchronousEvent, AsynchronousInvocation

public abstract class Asynchronous
extends Object
implements Serializable

Something that happens asynchronously, and with a full set of Seam contexts, including propagation of the business process and task instances.

Author:
Gavin King
See Also:
Serialized Form

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

Constructor Detail

Asynchronous

protected Asynchronous()
Method Detail

execute

public void execute(Object timer)

call

protected abstract void call()