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

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


org.jboss.aspects.asynchronous.common
Class AsynchronousEmptyTask

java.lang.Object
  extended byorg.jboss.aspects.asynchronous.common.AsynchronousEmptyTask
All Implemented Interfaces:
AsynchronousTask

public class AsynchronousEmptyTask
extends Object
implements AsynchronousTask

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

Field Summary
protected  String id
           
protected  ThreadManagerResponse threadManagerResponse
           
 
Constructor Summary
AsynchronousEmptyTask(String id, int code, Object e, String reason, long startingTime)
           
 
Method Summary
 String getId()
           
 ThreadManagerResponse getResponse()
           
 boolean isDone()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

threadManagerResponse

protected ThreadManagerResponse threadManagerResponse
Constructor Detail

AsynchronousEmptyTask

public AsynchronousEmptyTask(String id,
                             int code,
                             Object e,
                             String reason,
                             long startingTime)
Method Detail

getResponse

public ThreadManagerResponse getResponse()
Specified by:
getResponse in interface AsynchronousTask

isDone

public boolean isDone()
Specified by:
isDone in interface AsynchronousTask

getId

public String getId()
Specified by:
getId in interface AsynchronousTask


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