|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExceptionMapperMXBean
MXBean interface of the exception mapper statistics.
| Method Summary | |
|---|---|
Map<String,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. |
| Method Detail |
|---|
Map<String,Long> getExceptionMapperCount()
exception mappers
and values are counts of execution of these mappers.long getSuccessfulMappings()
exception mapper returns an valid response
(even if response contains non-successful response status code).
long getUnsuccessfulMappings()
exception mapper is not found, or is found but throws
exception.
long getTotalMappings()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||