Package org.apache.james.jspf.executor
Class IResponseImpl
java.lang.Object
org.apache.james.jspf.executor.IResponseImpl
- All Implemented Interfaces:
IResponse
Implementation of an IRespone Object
-
Constructor Summary
ConstructorsConstructorDescriptionIResponseImpl
(Object id, Exception e) IResponseImpl
(Object id, List<String> result) -
Method Summary
-
Constructor Details
-
IResponseImpl
-
IResponseImpl
-
-
Method Details
-
getException
Description copied from interface:IResponse
Return the exception which was stored for the IResponse object- Specified by:
getException
in interfaceIResponse
- Returns:
- exception
- See Also:
-
getId
Description copied from interface:IResponse
Get id of the IResponse object -
getValue
Description copied from interface:IResponse
Get the value which is stored in the IResponse object
-