Package | Description |
---|---|
org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
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 | Class and Description |
---|---|
(package private) class |
ExceptionMapperStatisticsImpl
Exception mapper statistics.
|
Modifier and Type | Field and Description |
---|---|
private ExceptionMapperStatistics |
MonitoringStatisticsImpl.exceptionMapperStatistics |
Modifier and Type | Method and Description |
---|---|
ExceptionMapperStatistics |
MonitoringStatisticsImpl.getExceptionMapperStatistics() |
ExceptionMapperStatistics |
ExceptionMapperStatisticsImpl.snapshot() |
Constructor and Description |
---|
MonitoringStatisticsImpl(java.util.Map<java.lang.String,ResourceStatistics> uriStatistics,
java.util.Map<java.lang.Class<?>,ResourceStatistics> resourceClassStatistics,
ExecutionStatistics requestStatistics,
ResponseStatistics responseStatistics,
ExceptionMapperStatistics exceptionMapperStatistics) |
Modifier and Type | Field and Description |
---|---|
private ExceptionMapperStatistics |
ExceptionMapperMXBeanImpl.mapperStatistics |
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,
java.lang.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
|