| 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 | Field and Description |
|---|---|
static MonitoringLevel |
MonitoringLevel.HIGH |
static MonitoringLevel |
MonitoringLevel.LOW |
static MonitoringLevel |
MonitoringLevel.OFF |
| Modifier and Type | Method and Description |
|---|---|
static MonitoringLevel |
MonitoringLevel.instance(String name)
Returns an instance of MonitoringLevel for the given String.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitoringLevelListener.changeLevel(MonitoringLevel from,
MonitoringLevel to,
MonitoredObjectType type)
Method to convey the change in monitoring level.
|
void |
MonitoringLevelListener.changeLevel(MonitoringLevel from,
MonitoringLevel to,
Stats handback)
Deprecated.
|
void |
MonitoringLevelListener.setLevel(MonitoringLevel level)
Deprecated.
|
Copyright © 2017. All rights reserved.