@Component public class JamonAopKeyHelperSimple extends Object implements JamonAopKeyHelperInt<org.aspectj.lang.ProceedingJoinPoint>
Constructor and Description |
---|
JamonAopKeyHelperSimple() |
Modifier and Type | Method and Description |
---|---|
String |
getDetails(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
Normal details for standard monitor.
|
String |
getDetails(org.aspectj.lang.ProceedingJoinPoint 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(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
jamon label to be used in key.
|
void |
setUseArgsWithExceptionDetails(boolean useArgsWithExceptionDetails)
This method is a noop
|
void |
setUseArgsWithMethodDetails(boolean useArgsWithMethodDetails)
This method is a noop
|
public String getLabel(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
JamonAopKeyHelperInt
getLabel
in interface JamonAopKeyHelperInt<org.aspectj.lang.ProceedingJoinPoint>
public String getExceptionLabel(Throwable exception)
JamonAopKeyHelperInt
getExceptionLabel
in interface JamonAopKeyHelperInt<org.aspectj.lang.ProceedingJoinPoint>
public String getDetails(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
JamonAopKeyHelperInt
getDetails
in interface JamonAopKeyHelperInt<org.aspectj.lang.ProceedingJoinPoint>
public String getDetails(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, Throwable exception)
JamonAopKeyHelperInt
getDetails
in interface JamonAopKeyHelperInt<org.aspectj.lang.ProceedingJoinPoint>
public void setUseArgsWithMethodDetails(boolean useArgsWithMethodDetails)
setUseArgsWithMethodDetails
in interface JamonAopKeyHelperInt<org.aspectj.lang.ProceedingJoinPoint>
useArgsWithMethodDetails
- public void setUseArgsWithExceptionDetails(boolean useArgsWithExceptionDetails)
setUseArgsWithExceptionDetails
in interface JamonAopKeyHelperInt<org.aspectj.lang.ProceedingJoinPoint>
useArgsWithExceptionDetails
- Copyright © 2015. All rights reserved.