Searched defs:treatComponentAsModule (Results 1 - 2 of 2) sorted by relevance
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/naming/ |
H A D | GlassfishNamingManager.java | 147 * @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/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/ |
H A D | GlassfishNamingManagerImpl.java | 538 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 301 milliseconds