org.mortbay.jndi
Class InitialContextFactory
java.lang.Object
org.mortbay.jndi.InitialContextFactory
- javax.naming.spi.InitialContextFactory
public class InitialContextFactory
extends java.lang.Object
implements javax.naming.spi.InitialContextFactory
InitialContextFactory.java
Factory for the default InitialContext.
Created: Tue Jul 1 19:08:08 2003
Context | getInitialContext(Hashtable env) - Get Context that has access to default Namespace.
|
getInitialContext
public Context getInitialContext(Hashtable env)
Get Context that has access to default Namespace.
This method won't be called if a name URL beginning
with java: or local: is passed to an InitialContext.
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.