当前页面:
在线文档首页 >
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
org.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}.
AsynchronousResponseImpl
public AsynchronousResponseImpl(int code,
String reason,
Object object)
AsynchronousResponseImpl
public AsynchronousResponseImpl(int code,
Object object)
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.