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.java101 private Map<AppModuleKey, Map> moduleNamespaces;
122 moduleNamespaces = new HashMap<AppModuleKey, Map>();
357 private Map getModuleNamespace(AppModuleKey appModuleKey)
428 AppModuleKey appModuleKey = new AppModuleKey(appName, moduleName);
491 namespace = getModuleNamespace(new AppModuleKey(appName, moduleName));
571 namespace = getModuleNamespace(new AppModuleKey(appName, moduleName));
604 AppModuleKey appModuleKey = new AppModuleKey(appName, moduleName);
673 if( ((AppModuleKey) entr
897 private static class AppModuleKey { class in class:GlassfishNamingManagerImpl
902 public AppModuleKey(String appName, String moduleName) { method in class:GlassfishNamingManagerImpl.AppModuleKey
[all...]

Completed in 77 milliseconds