| Package | Description |
|---|---|
| com.sun.enterprise.admin.monitor.registry |
Provides for collection of monitoring statistics from JSR77 compliant Stats implementations through the JMX API.
|
| Modifier and Type | Method and Description |
|---|---|
WebModuleStats |
MonitoringRegistry.getWebModuleStats(String j2eeAppName,
String webModuleName,
String ctxRoot,
String vsId)
Gets the WebModuleStats associated with the web module named
webModuleName that is part of the application named
j2eeAppName and has been deployed on the virtual server
vsId. |
| Modifier and Type | Method and Description |
|---|---|
void |
MonitoringRegistry.registerWebModuleStats(WebModuleStats stats,
String j2eeAppName,
String webModuleName,
String ctxRoot,
String vsId,
MonitoringLevelListener listener)
Registers the given WebModuleStats for the web module with the given
webModuleName deployed on the virtual server with the
given vsId. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.