public interface ISessionUpdateChargingOperation extends ISessionReservation, ISessionConfirmation, ISessionConfirmAndReserve, ISessionDefaultAttributeHolder, ISessionOperation, IExternalDataSettable
Java interface defines the necessary methods for implementing an update of a multiservice session during session-based charging operations;
for each charging session, you confirm a reservation,
cancel, or
extend a reservation.
You trigger the update operation by executing the object returned by the
createSessionUpdateOperation(..) method
in your charging client.
Note
You can initiate a new charging session by preparing
a new reservation cycle.
You can consider the following Java interfaces that are very similar:
Tip
You use this Java interface for synchronous communications via the Message TCP technical interface
of SAP Convergent Charging.
Consult the ISessionUpdateChargingAsyncOperation interface for
ultra-speed asynchronous communications.
Your charging client manages the current active charging sessions by calling:
prepareConfirm(..) method to confirm a reservation
prepareCancel(..) method to cancel a reservation
prepareConfirmAndReserve(..) method
to initiate a new reservation cycle with a new charging session that may relate to another customer service usage.
Note
In your integration code, you use this interface as result of the method:
| Sync. comm. |
|---|
createSessionUpdateOperation(..)
|
ISessionReservation.SessionReservationResolutionISessionDefaultAttributeHolder.TransactionSelectionCriteriaprepareReserveprepareCancel, prepareConfirmprepareConfirmAndReservegetCleanUpResultType, getResultType, isFilterTransaction, setCleanUpResultType, setFilterTransaction, setResultTypeexecutesetExternalData