org.apache.james.jspf.executor
Interface IResponse

All Known Implementing Classes:
IResponseImpl

public interface IResponse


Method Summary
 java.lang.Exception getException()
          Return the exception which was stored for the IResponse object
 java.lang.Object getId()
          Get id of the IResponse object
 java.lang.Object getValue()
          Get the value which is stored in the IResponse object
 

Method Detail

getId

java.lang.Object getId()
Get id of the IResponse object

Returns:
id

getValue

java.lang.Object getValue()
Get the value which is stored in the IResponse object

Returns:
object

getException

java.lang.Exception getException()
Return the exception which was stored for the IResponse object

Returns:
exception


Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.