public class RpcMapperV22 extends Object implements RpcMapperI
| Constructor and Description |
|---|
RpcMapperV22() |
| 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 output object from current version ArRpcXdrOut
|
void |
map(int rpcNum,
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut v22,
com.bmc.arsys.arrpc.xdr.DecoratedArRpcXdrOut v23CurrentOut)
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
|
void |
setServerCharSet(String serverCharSet) |
public void setServerCharSet(String serverCharSet)
public org.acplt.oncrpc.XdrAble map(int rpcNum,
org.acplt.oncrpc.XdrAble currentIn)
throws org.acplt.oncrpc.OncRpcException
RpcMapperImap in interface RpcMapperIrpcNum - procedure which needs to down grade from ArRpcXdrIn versionorg.acplt.oncrpc.OncRpcExceptionpublic com.bmc.arsys.arrpc.xdr.ArRpcXdrOut map(int rpcNum,
com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
RpcMapperImap in interface RpcMapperIrpcNum - 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 v22,
com.bmc.arsys.arrpc.xdr.DecoratedArRpcXdrOut v23CurrentOut)
throws org.acplt.oncrpc.OncRpcException
RpcMapperImap in interface RpcMapperIrpcNum - procedure which needs to upgrade from vX ArRpcXdrOut versionv22 - the ArRpcXdrOut vX which need to be upgradedorg.acplt.oncrpc.OncRpcException? Copyright 2013 BMC Software, Inc.