Uses of Interface
com.sun.enterprise.admin.monitor.stats.WebModuleStats
-
Packages that use WebModuleStats Package Description com.sun.enterprise.admin.monitor.registry Provides for collection of monitoring statistics from JSR77 compliant Stats implementations through the JMX API. -
-
Uses of WebModuleStats in com.sun.enterprise.admin.monitor.registry
Methods in com.sun.enterprise.admin.monitor.registry that return WebModuleStats Modifier and Type Method Description WebModuleStatsMonitoringRegistry. getWebModuleStats(String j2eeAppName, String webModuleName, String ctxRoot, String vsId)Gets the WebModuleStats associated with the web module namedwebModuleNamethat is part of the application namedj2eeAppNameand has been deployed on the virtual servervsId.Methods in com.sun.enterprise.admin.monitor.registry with parameters of type WebModuleStats Modifier and Type Method Description voidMonitoringRegistry. registerWebModuleStats(WebModuleStats stats, String j2eeAppName, String webModuleName, String ctxRoot, String vsId, MonitoringLevelListener listener)Registers the given WebModuleStats for the web module with the givenwebModuleNamedeployed on the virtual server with the givenvsId.
-