public class NotifHandlerInstance extends Object
| Constructor and Description | 
|---|
NotifHandlerInstance(NotificationHandler responder,
                    Object opaque)
Default constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
getOpaque()
Retrieves the registered opaque object 
 | 
NotificationHandler | 
getSnmpNotificationHandler()
Retrieves the registered Snmp notification handler 
 | 
public NotifHandlerInstance(NotificationHandler responder, Object opaque)
responder - a registered SnmpNotificationHandleropaque - object passed to the handler at call
               (or null if not applicable)public NotificationHandler getSnmpNotificationHandler()
public Object getOpaque()