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