public interface IReservationRenewalAcknowledger
Java interface enables to inform the connected SAP CC system that the renew reservation notification is handled
during session-based charging operations (see the online charging services).
ack(..) method.
This action ends the resend of this renew reservation notification.
ack(..) method with a non null argument to get this
confirmation back.
Refer to the Advanced Implementation section in the StatefulServiceClient
or in the AsyncStatefulServiceClient to see how to implement the IReservationRenewalAcknowledger.
The resend function of the reservation renewal function must be enabled in the SAP CC system.
IReservationRenewalListener| Modifier and Type | Interface and Description |
|---|---|
static interface |
IReservationRenewalAcknowledger.IReservationRenewalAcknowledgerListener
This
Java interface enables a reservation renewal listener
to be informed when the business acknowledgement has been received by the connected SAP CC system. |
| Modifier and Type | Method and Description |
|---|---|
void |
ack(IReservationRenewalAcknowledger.IReservationRenewalAcknowledgerListener listener)
Informs the connected SAP CC system that the renew reservation notification is handled (business acknowledgement).
|
void ack(IReservationRenewalAcknowledger.IReservationRenewalAcknowledgerListener listener)
Depending on your business requirements:
null listener if the response is not required for further processing
listener - A listener to receive the response from the the SAP CC system to this business acknowledgement