Package com.highdeal.cnd.message
Interface ISessionAsyncOperation
- All Superinterfaces:
ISessionDefaultAttributeHolder
- All Known Subinterfaces:
ISessionStartChargingAsyncOperation,ISessionStopChargingAsyncOperation,ISessionUpdateChargingAsyncOperation
- All Known Implementing Classes:
SessionChargingOperation
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
Modifier and TypeMethodDescriptionvoidexecute(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 Details
-
execute
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
-