|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RpcReply
This interface defines the reply to an RPC operation.
Method Summary | |
---|---|
boolean |
containsErrors()
Check if the RPC Reply message contains errors. |
RpcReplyError[] |
getErrors()
Returns the error associated with the RPC operation associated if any. |
java.lang.Integer |
getMessageId()
Get the message id of the associated RPC operation. |
boolean |
load(Rpc rpc)
Load into an RPC structure the values for it if exist. |
Method Detail |
---|
java.lang.Integer getMessageId()
boolean containsErrors()
RpcReplyError[] getErrors()
boolean load(Rpc rpc)
rpc
- The RPC structure.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |