| java.lang.Object com.caucho.naming.InitialContextFactoryImpl
InitialContextFactoryImpl | public class InitialContextFactoryImpl implements InitialContextFactory(Code) | | Returns the JNDI context for the current classloader. Since each
thread will normally have its own current class loader, the
actual JNDI context is stored in the contextClassLoader.
|
InitialContextFactoryImpl | public InitialContextFactoryImpl()(Code) | | Constructor with an initial root.
|
getContextModel | public static AbstractModel getContextModel()(Code) | | Sets the model for the current class loader.
|
setContextModel | public static void setContextModel(AbstractModel model)(Code) | | Sets the model for the current class loader.
|
|
|