com.ibm.commerce.price.utils

Class CurrencyManagerConverters

  • java.lang.Object
    • com.ibm.commerce.price.utils.CurrencyManagerConverters
  • All Implemented Interfaces:
    com.ibm.commerce.registry.Registry


    public class CurrencyManagerConverters
    extends java.lang.Object
    implements com.ibm.commerce.registry.Registry
    Registry class created to allow the currency converters to be separately refreshed.
    • Field Summary

      • Fields inherited from interface com.ibm.commerce.registry.Registry

        COPYRIGHT
    • Constructor Summary

      Constructors 
      Constructor and Description
      CurrencyManagerConverters()
      CurrencyManagerConverters constructor comment.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void initialize()
      Initialize a registry.
      void refresh()
      This method refreshed registry entries from the database
      • Methods inherited from class java.lang.Object

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

      • CurrencyManagerConverters

        public CurrencyManagerConverters()
        CurrencyManagerConverters constructor comment.
    • Method Detail

      • initialize

        public void initialize()
                        throws java.lang.Exception
        Initialize a registry.
        Specified by:
        initialize in interface com.ibm.commerce.registry.Registry
        Throws:
        java.lang.Exception
      • refresh

        public void refresh()
                     throws java.lang.Exception
        This method refreshed registry entries from the database

        Specified by:
        refresh in interface com.ibm.commerce.registry.Registry
        Throws:
        java.lang.Exception