|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.async.Asynchronous
org.jboss.seam.async.AsynchronousInvocation
public class AsynchronousInvocation
An asynchronous method invocation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jboss.seam.async.Asynchronous |
|---|
Asynchronous.ContextualAsynchronousRequest |
| Constructor Summary | |
|---|---|
AsynchronousInvocation(InvocationContext invocation,
Component component)
|
|
AsynchronousInvocation(Method method,
String componentName,
Object[] args)
|
|
| Method Summary | |
|---|---|
void |
execute(Object timer)
|
protected void |
handleException(Exception exception,
Object timer)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AsynchronousInvocation(Method method,
String componentName,
Object[] args)
public AsynchronousInvocation(InvocationContext invocation,
Component component)
| Method Detail |
|---|
public void execute(Object timer)
execute in class Asynchronouspublic String toString()
toString in class Object
protected void handleException(Exception exception,
Object timer)
handleException in class Asynchronous
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||