ImplementedSAFServices/Rel3/NTF

The NTFSv conforms to the Notification Service specifications mentioned in the SAF document SAI-AIS-NTF-A.01.01 with the following exceptions:

  • Does not implement internationalization (I18N) feature
  • Filter is not implemented
  • Reader API reads only from a cache with the 100 latest alarm notifications
  • At present saNtfNotificationReadNext() will not return any notification at first time with search direction SA_NTF_SEARCH_OLDER.
  • saNtfNotificationReadInitialize() only support search mode SA_NTF_SEARCH_ONLY_FILTER, other search mode are not supported and eventtime and notificationid related search is not supported.
  • With Present implementation irrespective of alarm subscription you will get all kind of notifications.

Notification service includes saNtf.h of A.02.01 but current implementation adhere to A.01.01.

Section Description Status
3.14.6 saNtfPtrValAllocate() No
3.14.7 saNtfArrayValAllocate() No
3.15.2.1 saNtfLocalizedMessageGet() No
3.15.2.2 saNtfLocalizedMessageFree() No
3.15.2.3 saNtfPtrValGet() No
3.15.2.4 saNtfArrayValGet() No
3.15.2.5 saNtfObjectCreateDeleteNotificationFilterAllocate() No
3.15.2.6 saNtfAttributeChangeNotificationFilterAllocate() No
3.15.2.7 saNtfStateChangeNotificationFilterAllocate() No
3.15.2.8 saNtfAlarmNotificationFilterAllocate() Yes(but no effect)
3.15.2.9 saNtfSecurityAlarmNotificationFilterAllocate() No
3.15.3.4 SaNtfNotificationDiscardedCallbackT No
3.15.4.1 saNtfNotificationReadInitialize() Partly. SaNtfSearchModeT in SaNtfSearchCriteriaT only these modes can be used: SA_NTF_SEARCH_ONLY_FILTER. Current implementation does not support search mode related to time.
3.15.4.2 saNtfNotificationReadNext() Partly. Not supported: SaNtfNotificationTypeFilterHandlesT
3.12.28 SaNtfNotificationHeaderT Partly. Not supported attributes: numCorrelatedNotifications numAdditionalInfo *correlatedNotifiations *additionalInfo
3.12.32 SaNtfAlarmNotificationT Partly. Not supported attributes: numSpecificProblems , numMonitoredAttributes, numProposedRepairActions, *trend, *thresholdInformation, *specificProblem, *monitoredAttributes, *proposedRepairActions.
3.12.12 SaNtfValueTypeT Partly. Not suported types: SA_NTF_VALUE_LDAP_NAME SA_NTF_VALUE_STRING SA_NTF_VALUE_IPADDRESS SA_NTF_VALUE_BINARY SA_NTF_VALUE_ARRAY
3.12.13 SaNtfValueT Partly. Limitations corresponding to the not supported types in SaNtfValueTypeT.

Back to Implemented SAF Service page

Last modified by marioa, 04/01/10 06:52:42 (2 years ago)