public interface RpcMapperI
| Modifier and Type | Method and Description |
|---|---|
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut |
map(int rpcNum,
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut currentOut)
down grade to a vX output object from current version ArRpcXdrOut
|
void |
map(int rpcNum,
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut vX,
com.bmc.arsys.arrpc.xdr.DecoratedArRpcXdrOut currentOut)
upgrade from vX to current version currentOut
|
org.acplt.oncrpc.XdrAble |
map(int rpcNum,
org.acplt.oncrpc.XdrAble currentIn)
maps the input argument from the current version 15 to v14
|
org.acplt.oncrpc.XdrAble map(int rpcNum,
org.acplt.oncrpc.XdrAble currentIn)
throws org.acplt.oncrpc.OncRpcException
rpcNum - procedure which needs to down grade from ArRpcXdrIn versioncurrentIn: - current rpc version of ArRpcXdrInorg.acplt.oncrpc.OncRpcExceptioncom.bmc.arsys.arrpc.xdr.ArRpcXdrOut map(int rpcNum,
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut currentOut)
rpcNum - procedure which needs to down grade from current ArRpcXdrOut versioncurrentOut - current rpc version of ArRpcXdrOutvoid map(int rpcNum,
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut vX,
com.bmc.arsys.arrpc.xdr.DecoratedArRpcXdrOut currentOut)
throws org.acplt.oncrpc.OncRpcException
rpcNum - procedure which needs to upgrade from vX ArRpcXdrOut versionvX - the ArRpcXdrOut vX which need to be upgradedorg.acplt.oncrpc.OncRpcException? Copyright 2013 BMC Software, Inc.