org.jboss.aspects.asynchronous.aspects.jboss
Class AsynchronousInvokeTask

java.lang.Object
  extended by org.jboss.aspects.asynchronous.aspects.jboss.AsynchronousInvokeTask
All Implemented Interfaces:
AsynchronousConstants, AsynchronousUserTask

public class AsynchronousInvokeTask
extends Object
implements AsynchronousUserTask, AsynchronousConstants

Version:
$Revision: 1.3.4.5 $
Author:
{Claude Hussenet Independent Consultant}.

Field Summary
 
Fields inherited from interface org.jboss.aspects.asynchronous.AsynchronousConstants
CAN_NOT_PROCESS, EXCEPTIONCAUGHT, INTERRUPTED, INVOCATION, NOVALUE, OK, TIMEOUT, UNKNOWN
 
Constructor Summary
protected AsynchronousInvokeTask()
           
 
Method Summary
 void cleanup(AsynchronousParameters jp)
           
 AsynchronousResponse process(AsynchronousParameters jp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchronousInvokeTask

protected AsynchronousInvokeTask()
Method Detail

process

public AsynchronousResponse process(AsynchronousParameters jp)
Specified by:
process in interface AsynchronousUserTask

cleanup

public void cleanup(AsynchronousParameters jp)
Specified by:
cleanup in interface AsynchronousUserTask


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.