public class RpcMapperV16 extends RpcMapperV17 implements RpcMapperI
| Constructor and Description |
|---|
RpcMapperV16() |
| 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(16) output object from current version ArRpcXdrOut
|
void |
map(int rpcNum,
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut v16,
com.bmc.arsys.arrpc.xdr.DecoratedArRpcXdrOut v17CurrentOut)
upgrade from vX(16) to current version v17CurrentOut
|
org.acplt.oncrpc.XdrAble |
map(int rpcNum,
org.acplt.oncrpc.XdrAble in)
maps the input argument from the current version 17 to 16
|
void |
setServerCharSet(String serverCharSet) |
public void setServerCharSet(String serverCharSet)
setServerCharSet in class RpcMapperV17public org.acplt.oncrpc.XdrAble map(int rpcNum,
org.acplt.oncrpc.XdrAble in)
throws org.acplt.oncrpc.OncRpcException
map in interface RpcMapperImap in class RpcMapperV17rpcNum - 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 RpcMapperV17rpcNum - 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 v16,
com.bmc.arsys.arrpc.xdr.DecoratedArRpcXdrOut v17CurrentOut)
throws org.acplt.oncrpc.OncRpcException
map in interface RpcMapperImap in class RpcMapperV17rpcNum - procedure which needs to upgrade from vX(16) ArRpcXdrOut versionvX(16) - the ArRpcXdrOut vX which need to be upgradedorg.acplt.oncrpc.OncRpcException? Copyright 2013 BMC Software, Inc.