Searched refs:treatComponentAsModule (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/naming/
H A DGlassfishNamingManager.java147 * @param treatComponentAsModule true if java:comp and java:module refer to the same
152 String componentId, boolean treatComponentAsModule,
151 bindToComponentNamespace(String appName, String moduleName, String componentId, boolean treatComponentAsModule, Collection<? extends JNDIBinding> bindings) argument
/glassfish-3.1.2/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/
H A DComponentEnvManagerImpl.java212 boolean treatComponentAsModule = getTreatComponentAsModule(env);
216 compEnvId, treatComponentAsModule, bindings);
283 boolean treatComponentAsModule = getTreatComponentAsModule(origEnv);
287 compEnvId, treatComponentAsModule, bindings);
716 boolean treatComponentAsModule = false;
719 treatComponentAsModule = true;
727 treatComponentAsModule = true;
733 return treatComponentAsModule;
/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/
H A DGlassfishNamingManagerImpl.java538 String componentId, boolean treatComponentAsModule,
549 info.treatComponentAsModule = treatComponentAsModule;
560 if( treatComponentAsModule && logicalJndiName.startsWith("java:comp")) {
761 boolean replaceName = (info != null) && (info.treatComponentAsModule)
817 boolean replaceName = (info != null) && (info.treatComponentAsModule)
936 boolean treatComponentAsModule; field in class:GlassfishNamingManagerImpl.ComponentIdInfo
941 + ", treatComponentAsModule = " + treatComponentAsModule; }
537 bindToComponentNamespace(String appName, String moduleName, String componentId, boolean treatComponentAsModule, Collection<? extends JNDIBinding> bindings) argument

Completed in 17 milliseconds