public interface InitialContextFactoryBuilder
| Modifier and Type | Method and Description |
|---|---|
InitialContextFactory |
createInitialContextFactory(java.util.Hashtable<?,?> environment)
Create the new initial context factory
|
InitialContextFactory createInitialContextFactory(java.util.Hashtable<?,?> environment) throws javax.naming.NamingException
environment - the properties, used for creation of the initial
context factory. The parameter is owned by the caller: it is safe to reuse
the table for other purposes after the method returns.javax.naming.NamingException - on failure