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

/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/
H A DGlassfishNamingManagerImpl.java357 private Map getModuleNamespace(AppModuleKey appModuleKey) argument
360 if( (appModuleKey.getAppName() == null) ||
361 (appModuleKey.getModuleName() == null) ) {
362 throw new NamingException("Invalid appModuleKey " + appModuleKey);
369 Map namespace = moduleNamespaces.get(appModuleKey);
372 moduleNamespaces.put(appModuleKey, namespace);
428 AppModuleKey appModuleKey = new AppModuleKey(appName, moduleName);
429 Map namespace = getModuleNamespace(appModuleKey);
604 AppModuleKey appModuleKey
[all...]

Completed in 61 milliseconds