Uses of Class
com.tailf.ncs.NcsException
Package
Description
NCS Java machine management and control of Services, Neds,
callbacks and Applications
Annotations and proxy helper classes for callbacks.
NCS snmp4j support package
-
Uses of NcsException in com.tailf.ncs
Modifier and TypeMethodDescriptionvoid
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. -
Uses of NcsException in com.tailf.ncs.annotations
Modifier and TypeMethodDescriptionstatic EventCallbackProxy[]
EventCallbackProxy.getEventCallbackProxys
(Object obj) Get array of proxy objects from registered POJO callback.void
EventCallbackProxy.notifReceived
(NavuContainer event) -
Uses of NcsException in com.tailf.ncs.snmp.snmp4j
Modifier and TypeMethodDescriptionstatic 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
(NotificationHandler responder, Object opaque) This method is used to register handler callback classes to the notification receiver.void
NotificationReceiver.register
(ArrayList<NotifHandlerInstance> handlerChain) This register method takes an ArrayList of NotificationHandlerInstances and registers these.