|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
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. |
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, ...).
The SAP CC system generates business notification alerts relating to charging and accounting.
The SAP CC system generates technical notification alerts for monitoring the SAP CC system.
SAP CC provides asynchronous notifications relating to the:
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).
You have determined the notifications you want to be able to handle in your client application: System processing level, Business processing level (account and balance management).
Regarding to the business notifications relating to accounting and charging, you have determined the relevant processing mode:
Tip
Consult the SAP CC Notification Reference documentation for more information about these notifications.
Example
Your system landscape must be able to handle the notifications available for the management of accounts and balances (ABM). Your Java-based application must treat the amount alerts and the account expiration alerts sent by an SAP CC system.
Before implementing the handling of asynchronous notifications:
Perform the following steps to implement the notification handling for Balance Alerts in your Java-based application:
NotificationHandler Java interface to develop the functions that deal with notifications received from the connected SAP CC system
NotificationServiceClient as described in the Javadoc of the Notification Service Client.
Consult the product documentation of SAP Convergent Charging:
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||