|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.async.Asynchronous
public abstract class Asynchronous
Something that happens asynchronously, and with a full set of Seam contexts, including propagation of the business process and task instances.
| Nested Class Summary | |
|---|---|
protected class |
Asynchronous.ContextualAsynchronousRequest
|
| Constructor Summary | |
|---|---|
Asynchronous()
|
|
| Method Summary | |
|---|---|
abstract void |
execute(java.lang.Object timer)
|
protected abstract void |
handleException(java.lang.Exception exception,
java.lang.Object timer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Asynchronous()
| Method Detail |
|---|
public abstract void execute(java.lang.Object timer)
protected abstract void handleException(java.lang.Exception exception,
java.lang.Object timer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||