com.ibm.commerce.price.utils
Class CurrencyManagerConverters

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

public class CurrencyManagerConverters
extends java.lang.Object
implements 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
CurrencyManagerConverters()
CurrencyManagerConverters 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

CurrencyManagerConverters

public CurrencyManagerConverters()
CurrencyManagerConverters 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