com.ibm.commerce.edp.tickler

Class EDPTicklerFactory

  • java.lang.Object
    • com.ibm.commerce.edp.tickler.EDPTicklerFactory
  • Direct Known Subclasses:
    EDPTicklerWasLogFactory


    public class EDPTicklerFactory
    extends java.lang.Object
    This class provides the tickler factory that produces default tickler.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      IEDPTickler createEDPTickler()
      The method creates a new Payment Rules tickler.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EDPTicklerFactory

        public EDPTicklerFactory()
    • Method Detail

      • createEDPTickler

        public IEDPTickler createEDPTickler()
        The method creates a new Payment Rules tickler. The thread is maintained by synchronized keyword.
        Returns:
        The default implementation of IEDPTickler