Package com.highdeal.notification

This Java package provides you with all the Java classes necessary to develop a client application that implements the handling of notification services in your SAP CC system landscape; This service is provided by the Message TCP technical interface and benefits from its features (high availability, ...).

See:
          Description

Interface Summary
NotifBook.NotificationDescriptionHandler This Java interface must be implemented by classes that filter notification descriptions.
NotificationHandler This Java interface must be implemented by your classes that must manage incoming notifications sent by the connected SAP CC system.
 

Class Summary
InternalNotification This class represents an internal notification sent by the SAP CC system; An internal notification message relates to an event exceptional or not that took place in an instance of the SAP CC system and that must be handled by a mediation system (from the generated rated transactions included in the answers of the charging operation requests), but not by an external system.
NotifBook This class represents the book of the predefined notification descriptions; It contains all the typical notifications that may be sent by the connected SAP CC system and that you must handle in your client application when developing a class that implement the NotificationHandler Java interface.
Notification This class represents a notification sent by the SAP CC system.
NotificationDescription This class represents a predefined description of a notification; It specfies some keys of complementary information that must be included in the notifications.
NotificationServiceClient This Java class implements the notification service client that you must instantiate to be able to handle asychronous notifications in your client application; Your notification client is informed when asynchronous notifications are sent by the connected SAP CC system via the Message TCP/IP technical interface.
RenewReservationNotification  
SpendingStatusReportNotification  
 

Enum Summary
InternalNotification.ArgListType  
InternalNotification.ArgType  
NotificationLevel This enumeration lists the severity level of a notification: INFORM, SECURITY, ALERT, FAILURE, FATAL, WARN, QUIET.
 

Package com.highdeal.notification Description

This Java package provides you with all the Java classes necessary to develop a client application that implements the handling of notification services in your SAP CC system landscape; This service is provided by the Message TCP technical interface and benefits from its features (high availability, ...).

Notification Services

Business Notification Services

The SAP CC system generates business notification alerts relating to charging and accounting.

System Notification Services

The SAP CC system generates technical notification alerts for monitoring the SAP CC system.

Asynchronous Notifications

SAP CC provides asynchronous notifications relating to the:

Synchronous Notifications

Bussines processing level (account and balance management): SAP CC provides some business notifications in the results of the charging operations (event-based, session-based, or offline).

Prerequisistes