Interface ReclearSession


public interface ReclearSession
This Java interface describes a session for reclearing a transaction set.

Implementation in Your Client Application

Customizing Sequence

You must first open the session. After all the reclear, you must close the session.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Closes the reclear session; This method must be applied after a set of reclear operation.
    void
    Initializes the transaction processor with some properties; This method is called by the SAP CC system at startup time.
    void
    This method is called to recharge a transaction set; If the old transaction status is false, old transactions are deleted.
    search(String offerCode, String subscriptionCode, String chargeCode, Date from)
    This method is called by the SAP CC system to retrieve a transaction set according to an offer code, a subscription code, a charge code and a date which is older than the transaction purchase date.