org.jboss.seam.async
Class AsynchronousInvocation

java.lang.Object
  extended by org.jboss.seam.async.Asynchronous
      extended by org.jboss.seam.async.AsynchronousInvocation
All Implemented Interfaces:
Serializable

public class AsynchronousInvocation
extends Asynchronous

An asynchronous method invocation.

Author:
Gavin King
See Also:
Serialized Form

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

AsynchronousInvocation

public AsynchronousInvocation(Method method,
                              String componentName,
                              Object[] args)

AsynchronousInvocation

public AsynchronousInvocation(InvocationContext invocation,
                              Component component)
Method Detail

call

protected void call()
Specified by:
call in class Asynchronous

toString

public String toString()
Overrides:
toString in class Object