public class ProtocolSupportImpl extends Object implements ProtocolSupport
| Constructor and Description |
|---|
ProtocolSupportImpl(int appId,
int zoneId,
String signature,
String apiVersion) |
public MessageBuffer getAuthorizedReq() throws TdrException
ProtocolSupportgetAuthorizedReq in interface ProtocolSupportTdrExceptionpublic MessageBuffer getProxyStopRsp(MessageBuffer req) throws TdrException
ProtocolSupportgetProxyStopRsp in interface ProtocolSupportTdrExceptionpublic MessageBuffer getProxyHeartBeatReq(int appId, int zoneId, String dirAlarmCodes) throws TdrException
ProtocolSupportgetProxyHeartBeatReq in interface ProtocolSupportTdrExceptionpublic MessageBuffer getDirHeartbeatReq(String qosReport) throws TdrException
ProtocolSupportgetDirHeartbeatReq in interface ProtocolSupportTdrExceptionpublic MessageBuffer getTableAndAccessReq() throws TdrException
ProtocolSupportgetTableAndAccessReq in interface ProtocolSupportTdrExceptionpublic MessageBuffer getSignUpAppReq() throws TdrException
getSignUpAppReq in interface ProtocolSupportTdrExceptionpublic MessageBuffer getMetadataReq(String tableName) throws TdrException
getMetadataReq in interface ProtocolSupportTdrExceptionpublic MessageBuffer getDirServerListReq() throws TdrException
getDirServerListReq in interface ProtocolSupportTdrExceptionpublic MessageBuffer packRequest(Request req) throws TdrException
packRequest in interface ProtocolSupportTdrExceptionpublic Response unpackResponse(MessageBuffer msg) throws TdrException
unpackResponse in interface ProtocolSupportTdrExceptionpublic ResSignUpApp unpackSignUpRes(MessageBuffer msg) throws TdrException
unpackSignUpRes in interface ProtocolSupportTdrExceptionpublic ResGetTablesAndAccess unpackGetTablesAndAccessRes(MessageBuffer msg) throws TdrException
unpackGetTablesAndAccessRes in interface ProtocolSupportTdrExceptionpublic ResGetDirServerList unpackGetDirServerListRes(MessageBuffer msg) throws TdrException
unpackGetDirServerListRes in interface ProtocolSupportTdrExceptionpublic String getSignature()
public void setSignature(String signature)
public int getAppId()
public void setAppId(int appId)
public int getZoneId()
public void setZoneId(int zoneId)
public MessageBufferPool getSendPool()
getSendPool in interface ProtocolSupportpublic MessageBufferPool getRecvPool()
getRecvPool in interface ProtocolSupportCopyright © 2026. All rights reserved.