Uses of Class
com.tailf.ncs.snmp.snmp4j.NotifHandlerInstance
Packages that use NotifHandlerInstance
-
Uses of NotifHandlerInstance in com.tailf.ncs.snmp.snmp4j
Methods in com.tailf.ncs.snmp.snmp4j that return types with arguments of type NotifHandlerInstanceModifier and TypeMethodDescriptionNotificationReceiver.getRegisteredNotificationHandlers()
Get a copy of the registered chain of NotificationHandlerInstances An NotificationHandlerInstance is an NotificationHandler together with its registered opaque object.Method parameters in com.tailf.ncs.snmp.snmp4j with type arguments of type NotifHandlerInstanceModifier and TypeMethodDescriptionvoid
NotificationReceiver.register
(ArrayList<NotifHandlerInstance> handlerChain) This register method takes an ArrayList of NotificationHandlerInstances and registers these.