public interface ITransactionProcessorV2 extends ITransactionProcessor
the Transaction Integration Framework (TIF).
clearOnReservation(ChargedTransactionSet) method will be called at reservation time.
TRANSAC_PROC_CLASS parameter.
The new sensor TIF_CLEAR_ON_RESERVATION is available in the SERVICES_STATISTICS parameter.| Modifier and Type | Method and Description |
|---|---|
void |
clearOnReservation(ChargedTransactionSet cts)
Invoked for each
set of charged transactions generated by the SAP CC system at reservation time. |
clear, getAllProcessorsIDs, getProcessorID, initialize, reClear, shutdownvoid clearOnReservation(ChargedTransactionSet cts) throws TransactionProcessorFailureException
set of charged transactions generated by the SAP CC system at reservation time.
Implement this method only if you need to report the temporary transactions generated
at the start or at the update time of a session-based charging operation.cts - The set of charged transactions to report to an external system.TransactionProcessorFailureException - if the set of charged transactions cannot be processedStatefulServiceClient.startRate(com.highdeal.pnr.hci.ChargeableItem, String, java.util.Date, String, String, int, long, int, int, boolean, String),
Transactions can only be used for information purposes as they can be confirmed or cancelled according to
the next update or stop session event.