com.adventnet.snmp.snmp2
Class SASResponseMsg
java.lang.Object
com.adventnet.snmp.snmp2.SASResponseMsg
class SASResponseMsg
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAS_DB_CONNECT
static final int SAS_DB_CONNECT
- See Also:
- Constant Field Values
SAS_DB_CLOSE
static final int SAS_DB_CLOSE
- See Also:
- Constant Field Values
SAS_DB_QUERY
static final int SAS_DB_QUERY
- See Also:
- Constant Field Values
SAS_DB_UPDATE
static final int SAS_DB_UPDATE
- See Also:
- Constant Field Values
SAS_DB_FAILURE
static final int SAS_DB_FAILURE
- See Also:
- Constant Field Values
SAS_DB_SUCCESS
static final int SAS_DB_SUCCESS
- See Also:
- Constant Field Values
tag
int tag
ID
int ID
state
int state
expString
java.lang.String expString
resultSet
java.sql.ResultSet resultSet
updateResponse
int updateResponse
index
int index
SASResponseMsg
SASResponseMsg(byte[] data)
throws java.lang.Exception
- Throws:
java.lang.Exception
getInt
int getInt(byte[] arr)
getPart
byte[] getPart(byte[] arr,
int length)
isValidTag
boolean isValidTag(int t)
getRow
java.lang.String[] getRow(byte[] data)
decodeQueryResponse
void decodeQueryResponse(byte[] data)
decodeConnect
void decodeConnect(byte[] data)
throws java.lang.Exception
- Throws:
java.lang.Exception
decodeClose
void decodeClose(byte[] data)
decodeQuery
void decodeQuery(byte[] data)
decodeUpdate
void decodeUpdate(byte[] data)