|
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 | +--java.util.Observable | +--snmp.Pdu | +--snmp.agent.GetRspPdu
This class implements an SNMP GetResponse PDU. This research is funded by DARPA/ITO Contract Number: F30602-98-C-0230 supported by the Air Force Research Laboratory/IF.
Fields inherited from class snmp.Pdu |
answered, errind, errstat, msg_type, reqid, varbinds |
Constructor Summary | |
GetRspPdu(SnmpAgentContext con)
Build a getnext pdu. |
Method Summary | |
void |
new_value(int n,
varbind a_var)
Over-ride this method with one to set a new internal value. |
void |
tell_them()
Notify the observers. |
Methods inherited from class snmp.Pdu |
add_oid, add_vb, agentSend, fillin, getErrorIndex, getErrorStatus, run, send, sendme, set_msg_type |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GetRspPdu(SnmpAgentContext con)
con
- SNMP connection information.Method Detail |
public void new_value(int n, varbind a_var)
Pdu
new_value
in class Pdu
n
- If 0, sets the varbind to input.a_var
- A varbind list.public void tell_them()
tell_them
in class Pdu
|
Active Virtual Network Management Prediction (AVNMP) Classes | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |