Uses of Class
org.opennms.protocols.snmp.SnmpTrapSession
-
Packages that use SnmpTrapSession Package Description org.opennms.netmgt.snmp.joesnmp Use JoeSNMP for SNMP support in OpenNMS.org.opennms.protocols.snmp SNMP protocol datastructure implementation (PDUs, sessions, requests, etc.) -
-
Uses of SnmpTrapSession in org.opennms.netmgt.snmp.joesnmp
Methods in org.opennms.netmgt.snmp.joesnmp that return SnmpTrapSession Modifier and Type Method Description SnmpTrapSession
JoeSnmpStrategy.RegistrationInfo. getSession()
Methods in org.opennms.netmgt.snmp.joesnmp with parameters of type SnmpTrapSession Modifier and Type Method Description void
JoeSnmpStrategy.RegistrationInfo. setSession(SnmpTrapSession trapSession)
void
JoeSnmpTrapNotifier. snmpReceivedTrap(SnmpTrapSession session, InetAddress agent, int port, SnmpOctetString community, SnmpPduPacket pdu)
Process the recieved SNMP v2c trap that was received by the underlying trap session.void
JoeSnmpTrapNotifier. snmpReceivedTrap(SnmpTrapSession session, InetAddress agent, int port, SnmpOctetString community, SnmpPduTrap pdu)
Process the recieved SNMP v1 trap that was received by the underlying trap session.void
JoeSnmpTrapNotifier. snmpTrapSessionError(SnmpTrapSession session, int error, Object ref)
Processes an error condition that occurs in the SnmpTrapSession. -
Uses of SnmpTrapSession in org.opennms.protocols.snmp
Methods in org.opennms.protocols.snmp with parameters of type SnmpTrapSession Modifier and Type Method Description void
SnmpTrapHandler. snmpReceivedTrap(SnmpTrapSession session, 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, 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, Object ref)
This method is invoked if an error occurs in the trap session.
-