Package | Description |
---|---|
com.tailf.ncs.snmp.snmp4j |
NCS snmp4j support package
|
Modifier and Type | Method and Description |
---|---|
ArrayList<NotifHandlerInstance> |
NotificationReceiver.getRegisteredNotificationHandlers()
Get a copy of the registered chain of NotificationHandlerInstances
An NotificationHandlerInstance is an NotificationHandler together
with its registered opaque object.
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationReceiver.register(ArrayList<NotifHandlerInstance> handlerChain)
This register method takes an ArrayList of NotificationHandlerInstances
and registers these.
|