|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReservationRenewalAcknowledger
This 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| Nested Class Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
void |
ack(IReservationRenewalAcknowledger.IReservationRenewalAcknowledgerListener listener)
Informs the connected SAP CC system that the renew reservation notification is handled (business acknowledgement). |
| Method Detail |
|---|
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
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||