Package com.tailf.ncs.snmp.snmp4j
Class NotifHandlerInstance
Object
com.tailf.ncs.snmp.snmp4j.NotifHandlerInstance
Helper class which holds handler and if applicable
the corresponding opaque object for a registered handler
-
Constructor Summary
ConstructorDescriptionNotifHandlerInstance
(NotificationHandler responder, Object opaque) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the registered opaque objectRetrieves the registered Snmp notification handler
-
Constructor Details
-
NotifHandlerInstance
Default constructor- Parameters:
responder
- a registered SnmpNotificationHandleropaque
- object passed to the handler at call (or null if not applicable)
-
-
Method Details
-
getSnmpNotificationHandler
Retrieves the registered Snmp notification handler- Returns:
- the SnmpNotificationHandler
-
getOpaque
Retrieves the registered opaque object- Returns:
- the registered opaque object (or null if not applicable)
-