站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 aspects API Documentation 英文版文档

AsynchronousInvokeTask (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档


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

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

public class AsynchronousInvokeTask
extends Object
implements AsynchronousUserTask, AsynchronousConstants

Version:
$Revision: 1.3 $
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.