JoeSNMP API 0.3.3

Uses of Class
org.opennms.protocols.snmp.SnmpSession

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
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, 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.
 


JoeSNMP API 0.3.3

Generated by fnasser on ${TODAY} ${TSTAMP}.