com.ibm.commerce.payments.plugincontroller.plugin

Class PPCRegistry

  • java.lang.Object
    • com.ibm.commerce.payments.plugincontroller.plugin.PPCRegistry
  • All Implemented Interfaces:
    Registry


    public class PPCRegistry
    extends java.lang.Object
    implements Registry
    This class is used register the PPC.
    • Field Summary

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

      Constructors 
      Constructor and Description
      PPCRegistry()
      This method is the default constructor of this class.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      static PPCRegistry getInstance()
      This method gets the singleton instance.
      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
    • Field Detail

      • COPYRIGHT

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

      • PPCRegistry

        public PPCRegistry()
        This method is the default constructor of this class.
    • Method Detail

      • getInstance

        public static PPCRegistry getInstance()
        This method gets the singleton instance.
        Returns:
        The singleton instance.
      • refresh

        public void refresh()
                     throws ECException
        This method refreshes registry entries from the database.

        Specified by:
        refresh in interface Registry
        Throws:
        ECException - Thrown when loading configuration failed.