com.ibm.commerce.price.utils
Class CurrencyManagerCurrencyLists

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

public class CurrencyManagerCurrencyLists
extends java.lang.Object
implements Registry

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


Field Summary
Fields inherited from interface com.ibm.commerce.registry.Registry
COPYRIGHT
Constructor Summary
CurrencyManagerCurrencyLists()
CurrencyManagerCurrencyLists 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

CurrencyManagerCurrencyLists

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