|
||||||||||
| 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.
| Constructor Summary | |
|---|---|
AsynchronousInvocation(InvocationContext invocation,
Component component)
|
|
AsynchronousInvocation(Method method,
String componentName,
Object[] args)
|
|
| Method Summary | |
|---|---|
protected void |
call()
|
String |
toString()
|
| Methods inherited from class org.jboss.seam.async.Asynchronous |
|---|
execute |
| 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 |
|---|
protected void call()
call in class Asynchronouspublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||