org.openmdx.compatibility.base.naming
Class InitialContainerContextFactory

java.lang.Object
  extended by org.openmdx.kernel.naming.LocalContextFactory
      extended by org.openmdx.compatibility.base.naming.InitialContainerContextFactory
All Implemented Interfaces:
InitialContextFactory

Deprecated. together with the only subsystem using it, namely the LightweightContainer_1.

public class InitialContainerContextFactory
extends LocalContextFactory


Constructor Summary
InitialContainerContextFactory()
          Deprecated.  
 
Method Summary
protected  Context createInitialContext(Hashtable environment)
          Deprecated. Create an initial context for a specific provider URL.
 
Methods inherited from class org.openmdx.kernel.naming.LocalContextFactory
getInitialContext, isWithoutInitialization
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialContainerContextFactory

public InitialContainerContextFactory()
Deprecated. 
Method Detail

createInitialContext

protected Context createInitialContext(Hashtable environment)
                                throws NamingException
Deprecated. 
Description copied from class: LocalContextFactory
Create an initial context for a specific provider URL.

This method handles the cases where the provider URL is null or empty. It must be overridden by a subclass for all other cases.

Overrides:
createInitialContext in class LocalContextFactory
Throws:
NoInitialContextException - if the class is not able to create an initial context for the specified provider
NamingException


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.