|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpTrapSession | |
org.opennms.bb.dp.trapd | |
org.opennms.protocols.snmp | |
org.opennms.test |
Uses of SnmpTrapSession in org.opennms.bb.dp.trapd |
Fields in org.opennms.bb.dp.trapd declared as SnmpTrapSession | |
private SnmpTrapSession |
Trapd.m_trapSession
The trap session used by Trapd to receive traps |
Methods in org.opennms.bb.dp.trapd with parameters of type SnmpTrapSession | |
void |
Trapd.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 |
Trapd.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 |
Trapd.snmpTrapSessionError(SnmpTrapSession session,
int error,
Object ref)
Processes an error condition that occurs in the SnmpTrapSession. |
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,
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. |
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. |
Uses of SnmpTrapSession in org.opennms.test |
Methods in org.opennms.test with parameters of type SnmpTrapSession | |
void |
trapd.snmpReceivedTrap(SnmpTrapSession session,
InetAddress agent,
int port,
SnmpOctetString community,
SnmpPduPacket pdu)
Receives and prints information about SNMPv2c traps. |
void |
trapd.snmpReceivedTrap(SnmpTrapSession session,
InetAddress agent,
int port,
SnmpOctetString community,
SnmpPduTrap pdu)
Receives and prints information about SNMPv1 traps. |
void |
trapd.snmpTrapSessionError(SnmpTrapSession session,
int error,
Object ref)
Process session errors. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |