Searched defs:InitialContext (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/
H A DInitialContext.java99 * with the InitialContext, not only when the InitialContext is constructed.
106 * non-null, the InitialContext constructor will attempt to create the
115 * An InitialContext instance is not synchronized against concurrent
117 * different InitialContext instance need not synchronize.
118 * Threads that need to access a single InitialContext instance
131 public class InitialContext implements Context { class in inherits:Context
134 * The environment associated with this InitialContext.
163 * is not yet known at the time the <tt>InitialContext</tt>
170 * is equivalent to calling <tt>new InitialContext()</t
176 protected InitialContext(boolean lazy) throws NamingException { method in class:InitialContext
191 public InitialContext() throws NamingException { method in class:InitialContext
210 public InitialContext(Hashtable<?,?> environment) method in class:InitialContext
[all...]

Completed in 44 milliseconds