Package | Description |
---|---|
org.opennms.protocols.snmp |
Modifier and Type | Field and Description |
---|---|
private SnmpSession |
SnmpRequest.m_session
The session that created this request
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpHandler.snmpInternalError(SnmpSession session,
int err,
SnmpSyntax pdu)
This method is invoked when an internal error occurs
for the session.
|
void |
SnmpHandler.snmpReceivedPdu(SnmpSession session,
int command,
SnmpPduPacket pdu)
This method is invoked when a pdu is successfully
returned from the peer agent.
|
void |
SnmpHandler.snmpTimeoutError(SnmpSession session,
SnmpSyntax pdu)
This method is invoked when an agent fails to respond
in the required time.
|
Constructor and Description |
---|
SnmpRequest(SnmpSession session,
java.lang.Integer requestID,
SnmpPduPacket pdu,
SnmpHandler handler)
Used to create an SnmpRequest object.
|
SnmpRequest(SnmpSession session,
SnmpPduTrap pdu,
SnmpHandler handler)
Used to create an SnmpRequest object.
|
Generated by iurt on 2015.