public interface ISessionUpdateChargingAsyncOperation extends ISessionReservation, ISessionConfirmation, ISessionConfirmAndReserve, ISessionAsyncOperation, IExternalDataSettable
Java interface defines the necessary methods for implementing an
createSessionUpdaAsyncOperation(..) 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
createSessionUpdaAsyncOperation(..) 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:
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 implementation code, you use this interface as result of the method:
| Async. Comm. |
|---|
createSessionUpdateAsyncOperation(..)
|
Use the setExternalData(..) method.
ISessionReservation.SessionReservationResolutionISessionDefaultAttributeHolder.TransactionSelectionCriteriaprepareReserveprepareCancel, prepareConfirmprepareConfirmAndReserveexecutegetCleanUpResultType, getResultType, isFilterTransaction, setCleanUpResultType, setFilterTransaction, setResultTypesetExternalData