com.ibm.commerce.payments.plugin.simpleoffline.util

Class SimpleOfflineInitializer

  • java.lang.Object
    • com.ibm.commerce.payments.plugin.simpleoffline.util.SimpleOfflineInitializer


  • public class SimpleOfflineInitializer
    extends java.lang.Object
    This class initializes the logger of SimpleOffine plug-in.
    • Constructor Summary

      Constructors 
      Constructor and Description
      SimpleOfflineInitializer()
      This constructor is not required since all the methods are static ones.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void init()
      This method should be called in the create method of the SimpleOffline bean to guarantee that the logger has been correctly initialized.
      • Methods inherited from class java.lang.Object

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

      • SimpleOfflineInitializer

        public SimpleOfflineInitializer()
        This constructor is not required since all the methods are static ones.
    • Method Detail

      • init

        public static final void init()

        This method should be called in the create method of the SimpleOffline bean to guarantee that the logger has been correctly initialized.