public class ApiRpcTimeOutBase extends Object implements ApiRpcTimeOutI, ApiPropertyI
| Constructor and Description |
|---|
ApiRpcTimeOutBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTimeOutLong(int rpcCallNum,
int errorCode)
for api procedure need rpc timeoutLong setting
corresponding error code: ARErrorBase.AR_ERROR_RPC_TIMEOUT & ARErrorBase.AR_ERROR_RPC_TIMEOUT_2
|
void |
addTimeOutNormal(int rpcCallNum,
int errorCode)
for api procedure need rpc timeoutNormal setting
corresponding error code: ARErrorBase.AR_ERROR_RPC_TIMEOUT & ARErrorBase.AR_ERROR_RPC_TIMEOUT_2
|
void |
addTimeOutXLong(int rpcCallNum,
int errorCode)
for api procedure need rpc timeoutXLong setting
corresponding error code: ARErrorBase.AR_ERROR_RPC_TIMEOUT, ARErrorBase.AR_ERROR_RPC_TIMEOUT_2 & ARErrorBase.AR_ERROR_RPC_TIMEOUT_3
|
int |
getErrorCode(int procedureNumber)
get the time out Ar error code for particular procedure number
|
int |
getTimeOut(int procedureNumber)
get the time out setting for particular procedure number
|
public int getTimeOut(int procedureNumber)
procedureNumber - public int getErrorCode(int procedureNumber)
procedureNumber - public void addTimeOutLong(int rpcCallNum,
int errorCode)
ApiRpcTimeOutIaddTimeOutLong in interface ApiRpcTimeOutIpublic void addTimeOutNormal(int rpcCallNum,
int errorCode)
ApiRpcTimeOutIaddTimeOutNormal in interface ApiRpcTimeOutIpublic void addTimeOutXLong(int rpcCallNum,
int errorCode)
ApiRpcTimeOutIaddTimeOutXLong in interface ApiRpcTimeOutI? Copyright 2013 BMC Software, Inc.