com.ibm.commerce.price.utils
Class CurrencyManagerFormatters

java.lang.Object
  com.ibm.commerce.price.utils.CurrencyManagerFormatters
All Implemented Interfaces:
Registry

public class CurrencyManagerFormatters
extends java.lang.Object
implements Registry

Registry class created to allow the currency formatters to be separately refreshed.


Field Summary
Fields inherited from interface com.ibm.commerce.registry.Registry
COPYRIGHT
Constructor Summary
CurrencyManagerFormatters()
CurrencyManagerFormatters constructor comment.
Method Summary
void initialize()
Initialize a registry.
void refresh()
This method refreshed registry entries from the database
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CurrencyManagerFormatters

public CurrencyManagerFormatters()
CurrencyManagerFormatters constructor comment.
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Initialize a registry.
Specified by:
initialize in interface 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 Registry
Throws:
java.lang.Exception

Feedback