com.ibm.commerce.registry
Interface Registry

All Known Implementing Classes:
AltLanguageRegistry, CalculationRegistry, CalculationRegistry, CurrencyManagerConverters, CurrencyManagerCurrencyLists, CurrencyManagerFormatters, StoreRegistry, TradingAgreementRegistry, UnitManager, BusinessPolicyRegistry, CommandRegistry, UrlRegistry, LanguageRegistry, ViewRegistry, DeviceFmtRegistry, PriceListRegistry

public interface Registry

This is the interface for a registry. All registries that are maintained by the RegistryManager has to implement this interface.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void initialize()
          Initialize a registry.
 void refresh()
          This method refreshed registry entries from the database
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Initialize a registry.

refresh

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

Throws:
-