javax.naming.spi
public interface InitialContextFactoryBuilder
See Also: NamingManager
| Method Summary | |
|---|---|
| InitialContextFactory | createInitialContextFactory(Hashtable<?,?> environment)
Create the new initial context factory
|
Parameters: 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.
Returns: the created initial context factory, never null.
Throws: NamingException on failure