Uses of Interface
com.tailf.ncs.snmp.snmp4j.NotificationHandler
Packages that use NotificationHandler
-
Uses of NotificationHandler in com.tailf.ncs.snmp.snmp4j
Classes in com.tailf.ncs.snmp.snmp4j that implement NotificationHandlerModifier and TypeClassDescriptionclass
Standard filter for sending Acknowledge response to Snmp INFORMs This filter is implemented as a handler in the same way as user defined handlers and the only difference is that it is always registered in the beginning of the handler chain.class
Standard filter for suppression of notifications emanating from ip addresses outside defined set of addresses The filter determines the source ip address first from the snmpTrapAddress 1.3.6.1.6.3.18.1.3 varbind if this is set, or otherwise from the emanating peer ip address.class
Standard filter for suppression of received snmp events which are not TRAP, NOTIFICATION or INFORM This filter is implemented as a handler in the same way as user defined handlers and the only difference is that it is always registered in the beginning of the handler chain.Methods in com.tailf.ncs.snmp.snmp4j that return NotificationHandlerModifier and TypeMethodDescriptionNotifHandlerInstance.getSnmpNotificationHandler()
Retrieves the registered Snmp notification handlerMethods in com.tailf.ncs.snmp.snmp4j with parameters of type NotificationHandlerModifier and TypeMethodDescriptionvoid
NotificationReceiver.register
(NotificationHandler responder, Object opaque) This method is used to register handler callback classes to the notification receiver.Constructors in com.tailf.ncs.snmp.snmp4j with parameters of type NotificationHandlerModifierConstructorDescriptionNotifHandlerInstance
(NotificationHandler responder, Object opaque) Default constructor