javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
public 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, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
java.util.Map<java.lang.String,java.lang.Long> getExceptionMapperCount()
long getSuccessfulMappings()
long getUnsuccessfulMappings()
long getTotalMappings()