|
Préférences
Moteurs de recherche
|
|||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.naming.spi
|
Method Summary | |
---|---|
InitialContextFactory |
createInitialContextFactory(Hashtable<?,?> environment)
Creates an initial context factory using the specified environment. |
Method Detail |
---|
InitialContextFactory createInitialContextFactory(Hashtable<?,?> environment) throws NamingException
The environment parameter is owned by the caller. The implementation will not modify the object or keep a reference to it, although it may keep a reference to a clone or copy.
environment
- Environment used in creating an initial
context implementation. Can be null.
NamingException
- If an initial context factory could not be created.