Searched refs:webModuleName (Results 1 - 3 of 3) sorted by relevance
/glassfish-3.1.2/admin/runtime/jsr77/src/main/java/org/glassfish/admin/runtime/jsr77/ |
H A D | WebModuleMdl.java | 49 private String webModuleName = null; field in class:WebModuleMdl 58 Set appMods = findNames("j2eeType=Servlet,WebModule=" + this.webModuleName + 86 return this.webModuleName;
|
/glassfish-3.1.2/admin/monitor/src/main/java/com/sun/enterprise/admin/monitor/registry/ |
H A D | MonitoringRegistry.java | 478 * @param webModuleName The name of the web module to which the 491 String webModuleName, 507 * @param webModuleName The name of the web module to which the servlet 519 String webModuleName, 527 * <code>webModuleName</code> deployed on the virtual server with the 533 * @param webModuleName The name of the web module for which to register 545 String webModuleName, 553 * <code>webModuleName</code> deployed on the virtual server with the 558 * @param webModuleName The name of the web module from which to unregister 568 String webModuleName, 489 registerServletStats(com.sun.enterprise.admin.monitor.stats.ServletStats stats, String j2eeAppName, String webModuleName, String ctxRoot, String vsId, String servletName, MonitoringLevelListener listener) argument 518 unregisterServletStats(String j2eeAppName, String webModuleName, String ctxRoot, String vsId, String servletName) argument 543 registerWebModuleStats(WebModuleStats stats, String j2eeAppName, String webModuleName, String ctxRoot, String vsId, MonitoringLevelListener listener) argument 567 unregisterWebModuleStats(String j2eeAppName, String webModuleName, String ctxRoot, String vsId) argument 590 getWebModuleStats(String j2eeAppName, String webModuleName, String ctxRoot, String vsId) argument [all...] |
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/j2ee/ |
H A D | J2EETest.java | 156 appearsToBeDefaultWebModule(final String webModuleName) { argument 157 return webModuleName.startsWith("//") && webModuleName.endsWith("/");
|
Completed in 21 milliseconds