|
SNMP Stack 4_12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Observable | +--uk.co.westhawk.snmp.stack.Pdu | +--uk.co.westhawk.snmp.stack.TrapPduv2 | +--uk.co.westhawk.snmp.pdu.PassiveTrapPduv2
This class represents the ASN SNMP v2c (and higher) Trap Pdu object that does not create a thread to send itself. It must be used with the context class PassiveSnmpContextv2c. The original purpose of the Passive classes is to allow the stack to be used in environments where thread creation is unwanted, eg database JVMs such as Oracle JServer. See RFC 1905.
See notes on how to send traps in an Oracle JServer environment.
PassiveTrapPduv1
Fields inherited from class uk.co.westhawk.snmp.stack.Pdu |
added, answered, context, encodedPacket, errind, errstat, msg_type, reqVarbinds, respVarbinds |
Constructor Summary | |
PassiveTrapPduv2(PassiveSnmpContextv2c con)
Constructor. |
Method Summary | |
void |
addToTrans()
Override of the operation in Pdu. |
Methods inherited from class uk.co.westhawk.snmp.stack.TrapPduv2 |
new_value, tell_them, toString |
Methods inherited from class uk.co.westhawk.snmp.stack.Pdu |
addOid, addOid, addOid, addOid, addOid, getContext, getErrorIndex, getErrorStatus, getErrorStatusString, getMsgType, getReqId, getRequestVarbinds, getResponseVarbinds, isTimedOut, notifyObservers, send, send, send, sendme, setErrorIndex, setErrorStatus, setErrorStatus, setMsgType, setRetryIntervals, toString, waitForSelf |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PassiveTrapPduv2(PassiveSnmpContextv2c con)
con
- The context (v2c) of the Pdu.
This is of type PassiveSnmpContextv2c to ensure that the correct threading
behaviour occurs.Method Detail |
public void addToTrans()
addToTrans
in class Pdu
uk.co.westhawk.snmp.stack.Pdu
Pdu.send()
|
SNMP Stack 4_12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |