Versions Compared

Key

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

...

The DeviceManagerServiceProvider containes getters for individual services described by list.

NameDescription
AaiService (D)

Device registration and unregistration for AAI Service.

EquipmentService (D)Write equipment of device into internal database.
EventHandlingService (question)Provide status changes of a device to update database and notify web client.
FaultService (D)Provide Fault status changes to update database and notify web client.
MaintenanceService (D)Use centralized maintenance service for a device.
NetworkElementService (question)Exchange data with device. 
NotificationService (D)Forward NetconfNotification to devicemanager
PerformanceManager(D)Register device for centralised PM Service. Device needs to implement PerformanceDataProvider
DeviceManagerServiceMarker of interface for NetworkElement.
DeviceManagerServiceProviderProvides access to services

NetworkElementService device specific providers

Technology specific device handlers are providing abstract information for centralized devicemanager services.

NameDescription
PerformanceDataProviderProvide 15min and 24h performance recordes
DeviceMonitoredNeUsed by central devicemonitor
InventoryProviderProvide inventory information of device
NetworkElementTop level interface of a device representation
NetworkElementServiceMarker for interface provided to devicemanager

Notification-service

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

...