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

Class SimpleOfflineRegistry

  • java.lang.Object
    • com.ibm.commerce.payments.plugin.simpleoffline.util.SimpleOfflineRegistry
  • All Implemented Interfaces:
    Registry


    public class SimpleOfflineRegistry
    extends java.lang.Object
    implements Registry
    This class is used to register the SimpleOffline plugin.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      static SimpleOfflineRegistry getInstance()
      This method returns the instance of this class, if it is null, then new an object.
      void initialize()
      This method initializes a registry.
      void refresh()
      This method refreshes registry entries from the database.
      • Methods inherited from class java.lang.Object

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

      • getInstance

        public static SimpleOfflineRegistry getInstance()
        This method returns the instance of this class, if it is null, then new an object.
        Returns:
        The instance of this class.
      • initialize

        public void initialize()
                        throws ECException
        This method initializes a registry.
        Specified by:
        initialize in interface Registry
        Throws:
        java.lang.Exception - The ECException
        ECException
      • refresh

        public void refresh()
        This method refreshes registry entries from the database.
        Specified by:
        refresh in interface Registry