|
Active Virtual Network Management Prediction (AVNMP) Classes | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--snmp.AsnObject | +--snmp.AsnSequence | +--snmp.AsnPduSequence
Handle a PDU sequence.
Field Summary | |
byte |
pduType
|
Fields inherited from class snmp.AsnSequence |
type |
Fields inherited from class snmp.AsnObject |
CONS_SEQ, GET_REQ_MSG, GET_RSP_MSG, GETNEXT_REQ_MSG, pdu_type, SET_REQ_MSG, SNMP_ERR_BADVALUE, SNMP_ERR_GENERR, SNMP_ERR_NOERROR, SNMP_ERR_NOSUCHNAME, SNMP_ERR_READONLY, SNMP_ERR_TOOBIG, SNMP_VERSION_1, TRP_REQ_MSG |
Constructor Summary | |
AsnPduSequence(java.io.InputStream in,
byte type)
Build a PDU sequence from the input stream. |
Method Summary | |
AsnObject |
findPdu()
recursively look for a pduSequence object - got one :-) |
int |
getReqId()
|
AsnSequence |
getVarBinds()
Return the varbind list from this pdu |
boolean |
HadError()
|
int |
value()
This method appears to be mis-named. |
int |
whatError()
|
int |
whereError()
|
Methods inherited from class snmp.AsnSequence |
add, getObj, size, write |
Methods inherited from class snmp.AsnObject |
AsnBuildHeader, AsnMakeMe, AsnReadHeader, LengthBytes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public byte pduType
Constructor Detail |
public AsnPduSequence(java.io.InputStream in, byte type) throws java.io.IOException
in
- The input stream.Method Detail |
public int whatError()
public int whereError()
public AsnObject findPdu()
findPdu
in class AsnSequence
public int value()
1 - BOOLEAN 2 - INTEGER 3 - BIT STRING 4 - OCTET STRING 5 - NULL 6 - OBJECT ID ...
public AsnSequence getVarBinds()
public boolean HadError()
public int getReqId()
|
Active Virtual Network Management Prediction (AVNMP) Classes | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |