JoeSNMP API 0.3.3

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

Packages that use SnmpTrapSession
org.opennms.protocols.snmp   
 

Uses of SnmpTrapSession in org.opennms.protocols.snmp
 

Fields in org.opennms.protocols.snmp declared as SnmpTrapSession
private  SnmpTrapSession SnmpTrapSession.TrapHandler.m_forWhom
          Who to pass as the session parameter
 

Methods in org.opennms.protocols.snmp with parameters of type SnmpTrapSession
 void SnmpTrapHandler.snmpReceivedTrap(SnmpTrapSession session, java.net.InetAddress agent, int port, SnmpOctetString community, SnmpPduPacket pdu)
          This method is defined to handle SNMPv2 traps that are received by the session.
 void SnmpTrapHandler.snmpReceivedTrap(SnmpTrapSession session, java.net.InetAddress agent, int port, SnmpOctetString community, SnmpPduTrap pdu)
          This method is define to handle SNMPv1 traps that are received by the session.
 void SnmpTrapHandler.snmpTrapSessionError(SnmpTrapSession session, int error, java.lang.Object ref)
          This method is invoked if an error occurs in the trap session.
 

Constructors in org.opennms.protocols.snmp with parameters of type SnmpTrapSession
SnmpTrapSession.TrapHandler(SnmpTrapSession sess)
          Creates a in internal trap handler to be the intermediary for the interface between the SnmpPortal and the TrapSession.
 


JoeSNMP API 0.3.3

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