public class ServiceMonitorAdvice extends ChainableMethodAdvice
nullResult| Constructor and Description |
|---|
ServiceMonitorAdvice(com.liferay.portal.kernel.monitoring.ServiceMonitoringControl serviceMonitoringControl) |
| Modifier and Type | Method and Description |
|---|---|
Object |
createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations) |
Object |
invoke(AopMethodInvocation aopMethodInvocation,
Object[] arguments) |
afterReturning, afterThrowing, before, duringFinallypublic ServiceMonitorAdvice(com.liferay.portal.kernel.monitoring.ServiceMonitoringControl serviceMonitoringControl)
public Object createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext in class ChainableMethodAdvicepublic Object invoke(AopMethodInvocation aopMethodInvocation, Object[] arguments) throws Throwable
invoke in class ChainableMethodAdviceThrowable