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

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

Constructor Detail

Asynchronous

public Asynchronous()
Method Detail

execute

public abstract void execute(Object timer)

handleException

protected abstract void handleException(Exception exception,
                                        Object timer)