|
JoeSNMP API 0.2.6 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpSession | |
org.opennms.protocols.snmp |
Uses of SnmpSession in org.opennms.protocols.snmp |
Fields in org.opennms.protocols.snmp declared as SnmpSession | |
(package private) SnmpSession |
SnmpRequest.m_session
The session that created this request |
Methods in org.opennms.protocols.snmp with parameters of type SnmpSession | |
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.snmpInternalError(SnmpSession session,
int err,
SnmpSyntax pdu)
This method is invoked when an internal error occurs for the session. |
void |
SnmpHandler.snmpTimeoutError(SnmpSession session,
SnmpSyntax pdu)
This method is invoked when an agent fails to respond in the required time. |
Constructors in org.opennms.protocols.snmp with parameters of type SnmpSession | |
SnmpRequest(SnmpSession session,
SnmpPduPacket pdu,
SnmpHandler handler)
Used to create an SnmpRequest object. |
|
SnmpRequest(SnmpSession session,
SnmpPduTrap pdu,
SnmpHandler handler)
Used to create an SnmpRequest object. |
|
JoeSNMP API 0.2.6 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |