public interface InitialContextFactoryBuilder
| Modifier and Type | Method and Description |
|---|---|
InitialContextFactory |
createInitialContextFactory(Hashtable<?,?> environment)
Create the new initial context factory
|
InitialContextFactory createInitialContextFactory(Hashtable<?,?> environment) throws 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.NamingException - on failure