public class RpcMapperV20 extends RpcMapperV21 implements RpcMapperI
| Constructor and Description |
|---|
RpcMapperV20() |
| Modifier and Type | Method and Description |
|---|---|
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut |
map(int rpcNum,
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
down grade to a vX(20) output object from current version ArRpcXdrOut
|
void |
map(int rpcNum,
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut v20,
com.bmc.arsys.arrpc.xdr.DecoratedArRpcXdrOut v21CurrentOut)
upgrade from vX(20) to current version v21CurrentOut
|
org.acplt.oncrpc.XdrAble |
map(int rpcNum,
org.acplt.oncrpc.XdrAble in)
maps the input argument from the current version 21 to 20
|
void |
setServerCharSet(String serverCharSet) |
public void setServerCharSet(String serverCharSet)
setServerCharSet in class RpcMapperV21public org.acplt.oncrpc.XdrAble map(int rpcNum,
org.acplt.oncrpc.XdrAble in)
throws org.acplt.oncrpc.OncRpcException
map in interface RpcMapperImap in class RpcMapperV21rpcNum - procedure which needs to down grade from ArRpcXdrIn versionin - current rpc version of ArRpcXdrInorg.acplt.oncrpc.OncRpcExceptionpublic com.bmc.arsys.arrpc.xdr.ArRpcXdrOut map(int rpcNum,
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
map in interface RpcMapperImap in class RpcMapperV21rpcNum - procedure which needs to down grade from current ArRpcXdrOut
versionout - current rpc version of ArRpcXdrOutpublic void map(int rpcNum,
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut v20,
com.bmc.arsys.arrpc.xdr.DecoratedArRpcXdrOut v21CurrentOut)
throws org.acplt.oncrpc.OncRpcException
map in interface RpcMapperImap in class RpcMapperV21rpcNum - procedure which needs to upgrade from vX(20) ArRpcXdrOut
versionvX - (20) the ArRpcXdrOut vX which need to be upgradedorg.acplt.oncrpc.OncRpcException? Copyright 2013 BMC Software, Inc.