public interface ApiRpcClientStubI
| Modifier and Type | Method and Description |
|---|---|
int |
getClientRpcVersion()
Get the current RPC version
|
int |
getMinimumSupportedServerRpcVersion()
Get the minimum RPC version supported
|
org.acplt.oncrpc.XdrAble |
mapRpcArgument(int procNum,
org.acplt.oncrpc.XdrAble in)
maps the input argument to the rpc version of the server
|
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut |
mapRpcResult(int procNum,
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
creates an output object whose rpc version match with the one of the server
|
void |
mapRpcResult(int procNum,
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut result,
com.bmc.arsys.arrpc.xdr.DecoratedArRpcXdrOut out)
maps the output to the rpc version of the client
|
org.acplt.oncrpc.XdrAble mapRpcArgument(int procNum,
org.acplt.oncrpc.XdrAble in)
throws org.acplt.oncrpc.OncRpcException
procNum - in - org.acplt.oncrpc.OncRpcExceptioncom.bmc.arsys.arrpc.xdr.ArRpcXdrOut mapRpcResult(int procNum,
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
throws org.acplt.oncrpc.OncRpcException
procNum - out - org.acplt.oncrpc.OncRpcExceptionvoid mapRpcResult(int procNum,
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut result,
com.bmc.arsys.arrpc.xdr.DecoratedArRpcXdrOut out)
throws org.acplt.oncrpc.OncRpcException
procNum - result - out - org.acplt.oncrpc.OncRpcExceptionint getMinimumSupportedServerRpcVersion()
int getClientRpcVersion()
? Copyright 2013 BMC Software, Inc.