org.jboss.aspects.asynchronous
Interface AsynchronousResponse

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

public interface AsynchronousResponse

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

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

Method Detail

getResponseCode

int getResponseCode()

getReason

String getReason()

getResult

Object getResult()

toString

String toString()
Overrides:
toString in class Object


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