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