|
Préférences
Moteurs de recherche
|
|||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.naming.spi
|
Method Summary | |
---|---|
Context |
getInitialContext(Hashtable<?,?> environment)
Creates an Initial Context for beginning name resolution. |
Method Detail |
---|
Context getInitialContext(Hashtable<?,?> environment) throws NamingException
environment
.
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
- The possibly null environment
specifying information to be used in the creation
of the initial context.
NamingException
- If cannot create an initial context.