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

/openjdk7/jdk/src/share/classes/javax/naming/
H A DInitialContext.java141 protected Hashtable<Object,Object> myProps = null; field in class:InitialContext
238 myProps = ResourceManager.getInitialEnvironment(environment);
240 if (myProps.get(Context.INITIAL_CONTEXT_FACTORY) != null) {
307 defaultInitCtx = NamingManager.getInitialContext(myProps);
339 Context ctx = NamingManager.getURLContext(scheme, myProps);
398 Context ctx = NamingManager.getURLContext(scheme, myProps);
533 myProps.put(propName, propVal);
539 myProps.remove(propName);
548 myProps = null;

Completed in 35 milliseconds