Package | Description |
---|---|
com.tailf.ncs.snmp.snmp4j |
NCS snmp4j support package
|
Modifier and Type | Class and Description |
---|---|
class |
EventContextImpl
EventContext implementation class
|
Modifier and Type | Method and Description |
---|---|
HandlerResponse |
NotificationHandler.processPdu(EventContext context,
org.snmp4j.CommandResponderEvent event,
Object opaque)
Filter method
|
HandlerResponse |
FilterOutNonNotifications.processPdu(EventContext context,
org.snmp4j.CommandResponderEvent event,
Object opaque)
Standard filter method for suppressing received snmp
event which are not of type TRAP, NOTIFICATION or INFORM.
|
HandlerResponse |
FilterKnownIPAddresses.processPdu(EventContext context,
org.snmp4j.CommandResponderEvent event,
Object opaque)
Standard filter method for suppressing unknown ipAddresses
|
HandlerResponse |
FilterAckInforms.processPdu(EventContext context,
org.snmp4j.CommandResponderEvent event,
Object opaque)
Standard filter method for acknowledge of INFORM.
|