Package | Description |
---|---|
com.tailf.ncs |
NCS Java machine management and control of Services, Neds,
callbacks and Applications
|
com.tailf.ncs.annotations |
Annotations and proxy helper classes for callbacks.
|
com.tailf.ncs.snmp.snmp4j |
NCS snmp4j support package
|
Modifier and Type | Method and Description |
---|---|
void |
NavuEventCallback.notifReceived(NavuContainer event)
This callback method is received to each cdb notification that correspond
to the annotated deviceName and subscription name.
|
void |
NavuEventHandler.registerAnnotatedCallbacks(Object obj)
Method to register pojo classes as notification callbacks.
|
Modifier and Type | Method and Description |
---|---|
static EventCallbackProxy[] |
EventCallbackProxy.getEventCallbackProxys(Object obj)
Get array of proxy objects from registered POJO callback.
|
void |
EventCallbackProxy.notifReceived(NavuContainer event) |
Modifier and Type | Method and Description |
---|---|
static NotificationReceiver |
NotificationReceiver.getNotificationReceiver()
Factory method to get a NotificationReceiver instance.
|
static NotificationReceiver |
NotificationReceiver.getNotificationReceiver(String host,
int port)
Factory method to get a NotificationReceiver instance.
|
void |
NotificationReceiver.register(ArrayList<NotifHandlerInstance> handlerChain)
This register method takes an ArrayList of NotificationHandlerInstances
and registers these.
|
void |
NotificationReceiver.register(NotificationHandler responder,
Object opaque)
This method is used to register handler callback classes to the
notification receiver.
|