public class MultiOrbInitialContextFactory
extends java.lang.Object
implements javax.naming.spi.InitialContextFactory
MultiOrbInitialContextFactory
is the CAROL JNDI SPI
Context Factory for multi Context management.InitialContextFactory
Constructor and Description |
---|
MultiOrbInitialContextFactory() |
Modifier and Type | Method and Description |
---|---|
javax.naming.Context |
getInitialContext(java.util.Hashtable env)
Creates an Initial Context for beginning name resolution.
|
public javax.naming.Context getInitialContext(java.util.Hashtable env) throws javax.naming.NamingException
environment
.getInitialContext
in interface javax.naming.spi.InitialContextFactory
env
- The possibly null environment specifying information
to be used in the creation of the initial context.javax.naming.NamingException
- If cannot create an initial context.