javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic interface JaxRsExceptionMapperStatisticsRuntimeMBean extends RuntimeMBean
| Modifier and Type | Method | Description | 
|---|---|---|
| java.util.Map<java.lang.String,java.lang.Long> | getExceptionMapperCount() | Get the statistics of execution of exception mappers. | 
| long | getSuccessfulMappings() | Get count of all successful exception mappings. | 
| long | getTotalMappings() | Get count of exception mappings that were performed on exceptions. | 
| long | getUnsuccessfulMappings() | Get count of all unsuccessful exception mappings. | 
getAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentjava.util.Map<java.lang.String,java.lang.Long> getExceptionMapperCount()
long getSuccessfulMappings()
long getUnsuccessfulMappings()
long getTotalMappings()