Package com.ibm.commerce.edp.tickler

This package contains classes that are related to tickler of Payment Rules.

See: Description

  • Interface Summary 
    Interface Description
    IEDPTickler
    This is the interface all Payment Rules tickler classes should implement, which provides the base API of all Payment Rules tickler classes.
  • Class Summary 
    Class Description
    AEDPTickler
    This is the base abstract tickler class of Payment Rules, which is used to simplify other concrete tickler class implementation.
    EDPTicklerDefault
    This class serves as default tickler implementation.
    EDPTicklerFactory
    This class provides the tickler factory that produces default tickler.
    EDPTicklerWasLog
    This class is the concrete tickler class that inherits from AEDPTickler, which writes tickler to WAS Log.
    EDPTicklerWasLogFactory
    This class provides the factory producing a concrete tickler class, which write to WAS Log.
    EDPTicklerWC
    This is a version of EDPTickler in Payment Rules.
    WCTicklerAsyncCommandContextImpl  

Package com.ibm.commerce.edp.tickler Description

This package contains classes that are related to tickler of Payment Rules.