|
||||||||||
| 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 | |
|---|---|
Long |
getBeanId()
|
RPCException |
getRPCException()
|
Object |
getValue()
|
boolean |
isRemoved()
|
void |
setBeanId(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(Object o)
Sets the value of the response. |
| Method Detail |
|---|
Object getValue()
void setValue(Object o)
o - the value.Long getBeanId()
void setBeanId(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 | |||||||||