|
JoeSNMP API 0.3.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpHandler | |
org.opennms.protocols.snmp |
Uses of SnmpHandler in org.opennms.protocols.snmp |
Fields in org.opennms.protocols.snmp declared as SnmpHandler | |
(package private) SnmpHandler |
SnmpRequest.m_handler
The SnmpHandler to invoke for this request |
private SnmpHandler |
SnmpSession.m_defHandler
The default SNMP callback handler. |
Methods in org.opennms.protocols.snmp that return SnmpHandler | |
SnmpHandler |
SnmpSession.getDefaultHandler()
Gets the default SnmpHandler for the session. |
Methods in org.opennms.protocols.snmp with parameters of type SnmpHandler | |
void |
SnmpSession.setDefaultHandler(SnmpHandler hdl)
Sets the default SnmpHandler. |
int |
SnmpSession.send(SnmpPduPacket pdu,
SnmpHandler handler)
Send the SNMP PDU to the remote agent and invokes the specified handler when the packet is recieve. |
int |
SnmpSession.send(SnmpPduTrap pdu,
SnmpHandler handler)
Send the SNMP PDU Trap to the remote agent. |
Constructors in org.opennms.protocols.snmp with parameters of type SnmpHandler | |
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.3.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |