com.ibm.commerce.registry
Interface Registry

All Known Implementing Classes:
AbstractManagedDynamicCacheRegistry, AltLanguageRegistry, BusinessPolicyRegistry, CalculationRegistry, CalculationRegistry, CommandRegistry, DeviceFmtRegistry, FulfillmentRegistry, LanguageRegistry, MarketplacePriceListRegistry, TermConditionRegistry, UnitManager, UrlRegistry, ViewRegistry

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
          IBM copyright notice field.
 
Method Summary
 void initialize()
          Initializes a registry.
 void refresh()           Refreshes registry entries from the database
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Initializes a registry.
Throws:
java.lang.Exception

refresh

public void refresh()
             throws java.lang.Exception
Refreshes registry entries from the database
Throws:
java.lang.Exception