org.jboss.seam.async
Class Asynchronous.ContextualAsynchronousRequest

java.lang.Object
  extended by org.jboss.seam.async.Asynchronous.ContextualAsynchronousRequest
Enclosing class:
Asynchronous

protected abstract class Asynchronous.ContextualAsynchronousRequest
extends Object


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

Constructor Detail

Asynchronous.ContextualAsynchronousRequest

public Asynchronous.ContextualAsynchronousRequest(Object timer)
Method Detail

process

protected abstract void process()

run

public void run()