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

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


org.jboss.aspects.asynchronous.common
Class AsynchronousResponseImpl

java.lang.Object
  extended byorg.jboss.aspects.asynchronous.common.AsynchronousResponseImpl
All Implemented Interfaces:
AsynchronousConstants, AsynchronousResponse
Direct Known Subclasses:
ThreadManagerResponseImpl

public class AsynchronousResponseImpl
extends Object
implements AsynchronousResponse, AsynchronousConstants

Version:
$Revision: 1.2 $
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
AsynchronousResponseImpl(int code, Object object)
           
AsynchronousResponseImpl(int code, String reason, Object object)
           
 
Method Summary
 String getReason()
           
 int getResponseCode()
           
 Object getResult()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsynchronousResponseImpl

public AsynchronousResponseImpl(int code,
                                String reason,
                                Object object)

AsynchronousResponseImpl

public AsynchronousResponseImpl(int code,
                                Object object)
Method Detail

getResponseCode

public int getResponseCode()
Specified by:
getResponseCode in interface AsynchronousResponse

getReason

public String getReason()
Specified by:
getReason in interface AsynchronousResponse

getResult

public Object getResult()
Specified by:
getResult in interface AsynchronousResponse

toString

public String toString()
Specified by:
toString in interface AsynchronousResponse


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