|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EJBResponse
Response received from the server.
Method Summary | |
---|---|
java.lang.Long |
getBeanId()
|
RPCException |
getRPCException()
|
java.lang.Object |
getValue()
|
boolean |
isRemoved()
|
void |
setBeanId(java.lang.Long beanId)
Sets the bean Id. |
void |
setRemoved(boolean removed)
Sets the removed flag. |
void |
setRPCException(RPCException rpcException)
Sets the RPC Exception (if any). |
void |
setValue(java.lang.Object o)
Sets the value of the response. |
Method Detail |
---|
java.lang.Object getValue()
void setValue(java.lang.Object o)
o
- the value.java.lang.Long getBeanId()
void setBeanId(java.lang.Long beanId)
beanId
- the id of the bean.boolean isRemoved()
void setRemoved(boolean removed)
removed
- if bean has been removed.RPCException getRPCException()
void setRPCException(RPCException rpcException)
rpcException
- the given exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |