Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

draw.io Diagram
bordertrue
viewerToolbartrue
fitWindowfalse
diagramNamesdnr-controller-bundles
simpleViewerfalse
width
diagramWidth1061
revision67

Netconfnode-state-APIIn words:

  • the base is a Service which provides a Netconfnode-state-API by using a netconf-change-listener
  • on top of this service several devicemanagers which can register a callback function for a connected netconfnode
  • the devicemanager can then decide if it wants to keep the netconfsession (based on capabilities) and register a notification listener on this or it wants to ignore it
  • Listener for
    • NetconfNodeConnectListener (Monitored states: connected/not connected and hello response available)
    • NetconfNodeStateListener (Create, delete, change .. gets all related indications)
      • DeviceMonitor
      • ConnectionLog

Notification-service

  • the notification-service provides the messages for the websevice cluster, so that GUI clients can be informed about changes
  • these messages areNetconfnode-state-API originated message:
    • ObjectCreationNotification (mountpoint created)
    • ObjectDeletionNotification (mountpoint deleted)
    • AttributeValueChangedNotification (mountpoint connection status change)
  • devicemanager originated messages:
    • ProblemNotification AttributeValueChangedNotification(Microwave  model ProblemNotification)

data-provider

  • data-provider has to register on netconfnode-state-API for filling tables:
  • network-element-connection
  • faultlog
  • faultcurrent
  • maintenancemode