Package | Description |
---|---|
org.glassfish.jersey.server.internal.monitoring.jmx |
Jersey internal server-side monitoring JMX MBeans implementation classes.
|
Constructor and Description |
---|
ApplicationMXBeanImpl(ApplicationInfo applicationInfo,
MBeanExposer mBeanExposer,
String parentName)
Create a new application MXBean and register it to the mbean server using
mBeanExposer . |
ExceptionMapperMXBeanImpl(ExceptionMapperStatistics mapperStatistics,
MBeanExposer mBeanExposer,
String parentName)
Create a new MXBean and register it into mbean server using
mBeanExposer . |
ExecutionStatisticsDynamicBean(ExecutionStatistics executionStatistics,
MBeanExposer mBeanExposer,
String parentBeanName,
String beanName)
Create a new MXBean and register it into the mbean server using
mBeanExposer . |
ResourceMethodMXBeanImpl(ResourceMethodStatistics methodStatistics,
boolean uriResource,
MBeanExposer mBeanExposer,
String parentName,
String methodUniqueId)
Create a new MXBean and expose it into mbean server using
mBeanExposer . |
ResourceMxBeanImpl(ResourceStatistics resourceStatistics,
String name,
boolean uriResource,
MBeanExposer mBeanExposer,
String parentName)
Create and register new MXBean into the mbean server using the
mBeanExposer . |
ResourcesMBeanGroup(Map<String,ResourceStatistics> resourceStatistics,
boolean uriResource,
MBeanExposer mBeanExposer,
String parentName)
Create a new group of MXBeans and expose nested Resource MXBeans.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.