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.4.3 $
- 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
- Overrides:
toString
in class Object
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.