com.ibm.commerce.edp.tickler

Class EDPTicklerWasLogFactory



  • public class EDPTicklerWasLogFactory
    extends EDPTicklerFactory
    This class provides the factory producing a concrete tickler class, which write to WAS Log.
    • 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()
      This method creates an EDP tickler, which writes output to WAS log.
      • 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

      • EDPTicklerWasLogFactory

        public EDPTicklerWasLogFactory()
    • Method Detail