public interface ISessionAsyncOperation extends ISessionDefaultAttributeHolder
Java interface defines the method relevant for executing an operation of a session-based charging scenario.
Use the SessionChargingOperation Java class to develop your Java-based client application.
ISessionDefaultAttributeHolder.TransactionSelectionCriteria| Modifier and Type | Method and Description |
|---|---|
void |
execute(ISessionResultListener listener)
Executes the operation to process an event of a session-based charging scenario.
|
getCleanUpResultType, getResultType, isFilterTransaction, setCleanUpResultType, setFilterTransaction, setResultTypevoid execute(ISessionResultListener listener)
listener - The listener responsible for processing the results or exceptions of this operation request