Interface ISessionStopChargingAsyncOperation

All Superinterfaces:
ISessionAsyncOperation, ISessionConfirmation, ISessionDefaultAttributeHolder
All Known Implementing Classes:
SessionChargingOperation

public interface ISessionStopChargingAsyncOperation extends ISessionConfirmation, ISessionAsyncOperation
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 createSessionStopAsyncOperation(..) 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:

Note

In your implementation code, you use this interface as result of the method:

Sync. comm.
createSessionStopAsyncOperation(..)

See Also: