Package | Description |
---|---|
org.glassfish.jersey.server.internal.monitoring.jmx |
Jersey internal server-side monitoring JMX MBeans implementation classes.
|
org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceMxBeanImpl.updateResourceStatistics(ResourceStatistics resourceStatistics)
Update the statistics of this MXBean and of nested MXBeans.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourcesMBeanGroup.updateResourcesStatistics(Map<String,ResourceStatistics> resourceStatistics)
Update the resource statistics exposed by nested resource beans.
|
Constructor and Description |
---|
ResourceMxBeanImpl(ResourceStatistics resourceStatistics,
String name,
boolean uriResource,
MBeanExposer mBeanExposer,
String parentName)
Create and register new MXBean into the mbean server using the
mBeanExposer . |
Constructor and Description |
---|
ResourcesMBeanGroup(Map<String,ResourceStatistics> resourceStatistics,
boolean uriResource,
MBeanExposer mBeanExposer,
String parentName)
Create a new group of MXBeans and expose nested Resource MXBeans.
|
Modifier and Type | Method and Description |
---|---|
ResourceStatistics |
ResourceStatistics.snapshot()
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
|
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,ResourceStatistics> |
MonitoringStatistics.getResourceClassStatistics()
Get the statistics for each resource
Class that is deployed in the application. |
Map<String,ResourceStatistics> |
MonitoringStatistics.getUriStatistics()
Get the statistics for each URI that is exposed in the application.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.