...
The DeviceManagerServiceProvider containes getters for individual services described by list.
Name | Description |
---|---|
AaiService (D) | Device registration and unregistration for AAI Service. |
EquipmentService (D) | Write equipment of device into internal database. |
EventHandlingService | 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. |
NotificationService (D) | Forward NetconfNotification to devicemanager |
PerformanceManager(D) | Register device for centralised PM Service. Device needs to implement PerformanceDataProvider |
DeviceManagerService | Marker of interface for NetworkElement. |
DeviceManagerServiceProvider | Provides access to services |
NetworkElementService device specific providers
Technology specific device handlers are providing abstract information for centralized devicemanager services.
Name | Description |
---|---|
PerformanceDataProvider | Provide 15min and 24h performance recordes |
DeviceMonitoredNe | Used by central devicemonitor |
InventoryProvider | Provide inventory information of device |
NetworkElement | Top level interface of a device representation |
NetworkElementService | Marker 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)
...