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


Fields inherited from interface com.ibm.commerce.registry.Registry
COPYRIGHT
 
Constructor Summary
AltLanguageRegistry()
          AlternativeLanguageRegistry constructor comment.
 
Method Summary
 void initialize()
          This method will initialize the alternative languages hashtable on the instance of the AlternativeLanguageRegistry that is used by EJBs.
 void refresh()
          This method refreah 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()
AlternativeLanguageRegistry constructor comment.
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
This method will 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

refresh

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