org.jboss.seam.async
Class AsynchronousInvocation
java.lang.Object
org.jboss.seam.async.Asynchronous
org.jboss.seam.async.AsynchronousInvocation
- All Implemented Interfaces:
- java.io.Serializable
public class AsynchronousInvocation
- extends Asynchronous
An asynchronous method invocation.
- Author:
- Gavin King
- See Also:
- Serialized Form
|
Method Summary |
void |
execute(java.lang.Object timer)
|
protected void |
handleException(java.lang.Exception exception,
java.lang.Object timer)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AsynchronousInvocation
public AsynchronousInvocation(java.lang.reflect.Method method,
java.lang.String componentName,
java.lang.Object[] args)
AsynchronousInvocation
public AsynchronousInvocation(InvocationContext invocation,
Component component)
execute
public void execute(java.lang.Object timer)
- Specified by:
execute in class Asynchronous
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
handleException
protected void handleException(java.lang.Exception exception,
java.lang.Object timer)
- Specified by:
handleException in class Asynchronous
Copyright © 2011 Seam Framework. All Rights Reserved.