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

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


org.jboss.aspects.asynchronous
Interface AsynchronousResponse

All Known Subinterfaces:
ThreadManagerResponse
All Known Implementing Classes:
AsynchronousResponseImpl, ThreadManagerResponseImpl

public interface AsynchronousResponse

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

Method Summary
 String getReason()
           
 int getResponseCode()
           
 Object getResult()
           
 String toString()
           
 

Method Detail

getResponseCode

public int getResponseCode()

getReason

public String getReason()

getResult

public Object getResult()

toString

public String toString()


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