Lines Matching defs:environment

54  * a <tt>Name</tt> or environment parameter
169 * <tt>Context.OBJECT_FACTORIES</tt> property of the environment
175 Context nameCtx, Hashtable environment) throws Exception {
178 Context.OBJECT_FACTORIES, environment, nameCtx);
188 answer = factory.getObjectInstance(obj, name, nameCtx, environment);
204 * and environment.
227 * the <tt>Context.OBJECT_FACTORIES</tt> property of the environment,
269 * @param environment The possibly null environment to
289 Hashtable<?,?> environment)
299 factory = builder.createObjectFactory(refInfo, environment);
301 environment);
322 environment);
333 answer = processURLAddrs(ref, name, nameCtx, environment);
342 createObjectFromFactories(refInfo, name, nameCtx, environment);
352 Hashtable environment)
361 Object answer = processURL(url, name, nameCtx, environment);
371 Context nameCtx, Hashtable environment)
382 environment);
398 environment);
410 * environment.
423 * @param environment Environment specifying characteristics of the
430 Hashtable environment) throws NamingException {
434 // %%% Ignore environment for now. OK since method not public.
439 answer = getObjectInstance(obj, name, nameCtx, environment);
455 Hashtable environment) throws NamingException {
459 // %%% Ignore environment for now. OK since method not public.
464 answer = getObjectInstance(obj, name, nameCtx, environment);
493 * The <tt>Context.URL_PKG_PREFIXES</tt> environment property (which
519 * <code>factory.getObjectInstance(null, environment);</code>
532 * @param environment The possibly null environment properties to be
544 Hashtable<?,?> environment)
550 Object answer = getURLObject(scheme, null, null, null, environment);
583 * @param environment Environment properties for creating the context
588 Hashtable environment)
593 Context.URL_PKG_PREFIXES, environment, nameCtx,
601 return factory.getObjectInstance(urlInfo, name, nameCtx, environment);
626 * Creates an initial context using the specified environment
632 * <tt>Context.INITIAL_CONTEXT_FACTORY</tt> environment property is used.
637 * @param env The possibly null environment properties used when
663 "Need to specify class name in environment or system " +
733 * Constant that holds the name of the environment property into
763 * updates the environment associated with that object by setting
781 // Make a (shallow) copy of the environment.
801 * the <tt>Context.STATE_FACTORIES</tt> property from the environment
835 * @param environment The possibly null environment to
853 Hashtable<?,?> environment)
858 Context.STATE_FACTORIES, environment, nameCtx);
869 answer = factory.getStateToBind(obj, name, nameCtx, environment);