| |
|
| java.lang.Object org.ow2.easybeans.rpc.JEJBResponse
JEJBResponse | public class JEJBResponse implements EJBResponse(Code) | | Implementation of the EJBResponse interface.
author: Florent Benoit |
getBeanId | public Long getBeanId()(Code) | | id of the bean. |
getRPCException | public RPCException getRPCException()(Code) | | RPC exception of the invocation (if any). |
getValue | public Object getValue()(Code) | | Gets the value.
value of response. |
isRemoved | public boolean isRemoved()(Code) | | true if the bean has been removed |
setBeanId | public void setBeanId(Long beanId)(Code) | | Sets the bean Id.
Parameters: beanId - the id of the bean. |
setRPCException | public void setRPCException(RPCException rpcException)(Code) | | Sets the RPC Exception (if any).
Parameters: rpcException - the given exception |
setRemoved | public void setRemoved(boolean removed)(Code) | | Sets the removed flag.
Parameters: removed - if bean has been removed. |
setValue | public void setValue(Object value)(Code) | | Sets the value of the response.
Parameters: value - response's value. |
|
|
|