com.ibm.commerce.registry
Interface Registry
- All Known Implementing Classes:
- AbstractManagedDynamicCacheRegistry, BusinessPolicyRegistry, CalculationRegistry, CalculationRegistry, CurrencyManagerConverters, CurrencyManagerCurrencyLists, CurrencyManagerFormatters, FulfillmentRegistry, LanguageRegistry, MarketplacePriceListRegistry, TermConditionRegistry, UnitManager
- 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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- IBM copyright notice field.
- See Also:
- Constant Field Values
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
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.