|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Response
the response interface
| Method Summary | |
|---|---|
Record |
fetchRecord()
get a record from the response |
int |
getAppId()
get the appid |
int |
getCmd()
get the operation type |
int |
getRecordCount()
get the record num |
java.util.List<Record> |
getRecordList()
get the record list from the response,used in batchget operation. |
int |
getResult()
get the result |
int |
getResultFlag()
get the result flag |
int |
getSequence()
get the sequence |
java.lang.String |
getTableName()
get the tableName |
byte[] |
getUserData()
get the user defined data |
int |
getZoneId()
get the zoneId |
java.lang.String |
toString()
visualize the content |
| Method Detail |
|---|
java.lang.String getTableName()
throws com.tencent.tcaplus.util.TCaplusException
com.tencent.tcaplus.util.TCaplusException
int getResult()
throws com.tencent.tcaplus.util.TCaplusException
com.tencent.tcaplus.util.TCaplusException
int getAppId()
throws com.tencent.tcaplus.util.TCaplusException
com.tencent.tcaplus.util.TCaplusException
int getZoneId()
throws com.tencent.tcaplus.util.TCaplusException
com.tencent.tcaplus.util.TCaplusException
int getCmd()
throws com.tencent.tcaplus.util.TCaplusException
com.tencent.tcaplus.util.TCaplusExceptionint getSequence()
int getResultFlag()
throws com.tencent.tcaplus.util.TCaplusException
com.tencent.tcaplus.util.TCaplusException
byte[] getUserData()
throws com.tencent.tcaplus.util.TCaplusException
com.tencent.tcaplus.util.TCaplusException
int getRecordCount()
throws com.tencent.tcaplus.util.TCaplusException
com.tencent.tcaplus.util.TCaplusExceptionRecord fetchRecord()
java.util.List<Record> getRecordList()
throws com.tencent.tcaplus.util.TCaplusException
com.tencent.tcaplus.util.TCaplusExceptionjava.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||