Package com.highdeal.cnd.message
Interface ISessionStopChargingOperation
- All Superinterfaces:
ISessionConfirmation,ISessionDefaultAttributeHolder,ISessionOperation
- All Known Implementing Classes:
SessionChargingOperation
public interface ISessionStopChargingOperation
extends ISessionConfirmation, ISessionDefaultAttributeHolder, ISessionOperation
This
Java interface defines the necessary methods for managing the termination of a multiservice session during session-based charging operations,
for each charging session, you confirm
or cancel a reservation.
You trigger the stop operation by executing the object returned by the
createSessionStopOperation(..) method
in your charging client.
Note
You cannot initiate a new charging session.
Implementation in Your Client Application
Customizing
Your charging client manages the current active charging sessions by calling:
-
the
prepareConfirm(..) methodto confirm a reservation -
the
prepareCancel(..) methodto cancel a reservation
Note
In your integration code, you use this interface as result of the method:
| Sync. Comm. |
|---|
createSessionStopOperation(..)
|
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.highdeal.cnd.message.ISessionDefaultAttributeHolder
ISessionDefaultAttributeHolder.TransactionSelectionCriteria -
Method Summary
Methods inherited from interface com.highdeal.cnd.message.ISessionConfirmation
prepareCancel, prepareConfirmMethods inherited from interface com.highdeal.cnd.message.ISessionDefaultAttributeHolder
getCleanUpResultType, getResultType, isFilterTransaction, setCleanUpResultType, setFilterTransaction, setResultTypeMethods inherited from interface com.highdeal.cnd.message.ISessionOperation
execute