com.highdeal.cnd.message
Interface ISessionAsyncOperation

All Superinterfaces:
ISessionDefaultAttributeHolder
All Known Subinterfaces:
ISessionStartChargingAsyncOperation, ISessionStopChargingAsyncOperation, ISessionUpdateChargingAsyncOperation
All Known Implementing Classes:
SessionChargingOperation

public interface ISessionAsyncOperation
extends ISessionDefaultAttributeHolder

This Java interface defines the method relevant for executing an operation of a session-based charging scenario.

Implementation in Your Client Application

Use the SessionChargingOperation Java class to develop your Java-based client application.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.highdeal.cnd.message.ISessionDefaultAttributeHolder
ISessionDefaultAttributeHolder.TransactionSelectionCriteria
 
Method Summary
 void execute(ISessionResultListener listener)
          Executes the operation to process an event of a session-based charging scenario.
 
Methods inherited from interface com.highdeal.cnd.message.ISessionDefaultAttributeHolder
getCleanUpResultType, getResultType, isFilterTransaction, setCleanUpResultType, setFilterTransaction, setResultType
 

Method Detail

execute

void execute(ISessionResultListener listener)
Executes the operation to process an event of a session-based charging scenario.

Parameters:
listener - The listener responsible for processing the results or exceptions of this operation request

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)