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 |
ExceptionMapperMXBeanImpl.updateExceptionMapperStatistics(ExceptionMapperStatistics mapperStatistics)
Update the MXBean with new statistics.
|
Constructor and Description |
---|
ExceptionMapperMXBeanImpl(ExceptionMapperStatistics mapperStatistics,
MBeanExposer mBeanExposer,
String parentName)
Create a new MXBean and register it into mbean server using
mBeanExposer . |
Modifier and Type | Method and Description |
---|---|
ExceptionMapperStatistics |
MonitoringStatistics.getExceptionMapperStatistics()
Get statistics about registered
exception mappers . |
ExceptionMapperStatistics |
ExceptionMapperStatistics.snapshot()
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.