public interface JamonAopKeyHelperInt<T>
Modifier and Type | Method and Description |
---|---|
String |
getDetails(T proceedingJoinPoint)
Normal details for standard monitor.
|
String |
getDetails(T proceedingJoinPoint,
Throwable exception)
Details for when an exception occurred in the method.
|
String |
getExceptionLabel(Throwable exception)
Get a jamon key that represents the excepton being thrown.
|
String |
getLabel(T proceedingJoinPoint)
jamon label to be used in key.
|
void |
setUseArgsWithExceptionDetails(boolean useArgsWithExceptionDetails)
If true then the method argument details will be appended to the details when an exception is thrown only.
|
void |
setUseArgsWithMethodDetails(boolean useArgsWithMethodDetails)
If true then the method argument details will be appended to the details whenever the monitored
method is called.
|
String getLabel(T proceedingJoinPoint)
String getExceptionLabel(Throwable exception)
String getDetails(T proceedingJoinPoint)
String getDetails(T proceedingJoinPoint, Throwable exception)
void setUseArgsWithMethodDetails(boolean useArgsWithMethodDetails)
useArgsWithMethodDetails
- void setUseArgsWithExceptionDetails(boolean useArgsWithExceptionDetails)
useArgsWithExceptionDetails
- Copyright © 2015. All rights reserved.