Interface IClearTransaction


public interface IClearTransaction
This Java interface describes the Transaction Integration Framework (TIF).

Implementation in Your Client Application

Advanced Implementation

You can implement the following methods that are automatically called by the SAP CC system when rated transactions are delivered.
At launch time, the SAP Convergent Charging launcher will instantiate a true TransactionProcessor which implements this interface.

System Configuration

You must specify the name of your customized transaction processor (which implements this interface) by setting up the TRANSAC_PROC_CLASS parameter in the SAP CC system.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called for each (transient) transaction set produced by the SAP CC system; This method is responsible for clearing/managing the charged transaction set.
    void
    Invoked for each set of charged transactions generated by the SAP CC system at reservation time.
    void
    This method is called for each (transient) transaction set produced by the SAP CC system; This method is responsible for reclearing/managing the transaction set.