com.ibm.commerce.registry
Class AltLanguageRegistry

java.lang.Object
  |
  +--com.ibm.commerce.registry.AltLanguageRegistry
All Implemented Interfaces:
Registry

public class AltLanguageRegistry
extends java.lang.Object
implements Registry

This is the AlternativeLanguageRegistry used on the command side


Field Summary
 
Fields inherited from interface com.ibm.commerce.registry. Registry
COPYRIGHT
 
Constructor Summary
AltLanguageRegistry()
          Constructor for AlternativeLanguageRegistry.
 
Method Summary
 void initialize()
          Initialize the alternative languages hashtable on the instance of the AlternativeLanguageRegistry that is used by EJBs.
 void refresh()
          Refreshes the alternative language registry from the database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AltLanguageRegistry

public AltLanguageRegistry()
Constructor for AlternativeLanguageRegistry.
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Initialize the alternative languages hashtable on the instance of the AlternativeLanguageRegistry that is used by EJBs. There will be another instance of the AlternativeLanguageRegistry on the command side for refresh registry command to use. The hashtable in this instance will not be initialized.
Specified by:
initialize in interface Registry
Throws:
java.lang.Exception

refresh

public void refresh()
             throws java.lang.Exception
Refreshes the alternative language registry from the database.
Specified by:
refresh in interface Registry
Throws:
java.lang.Exception