kieker.monitoring.probe.aspectj.operationExecution
Class OperationExecutionAspectAnnotationServlet
java.lang.Object
kieker.monitoring.probe.aspectj.AbstractAspectJProbe
kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspect
kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspectServlet
kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectAnnotationServlet
- All Implemented Interfaces:
- IMonitoringProbe
public class OperationExecutionAspectAnnotationServlet
- extends AbstractOperationExecutionAspectServlet
- Since:
- 1.3
- Author:
- Jan Waller
Method Summary |
void |
monitoredOperation()
The pointcut for the monitored operations. |
void |
monitoredServlet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
OperationExecutionAspectAnnotationServlet
public OperationExecutionAspectAnnotationServlet()
- Default constructor.
monitoredServlet
public void monitoredServlet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Specified by:
monitoredServlet
in class AbstractOperationExecutionAspectServlet
monitoredOperation
public void monitoredOperation()
- Description copied from class:
AbstractOperationExecutionAspect
- The pointcut for the monitored operations. Inheriting classes should extend the pointcut in order to find the correct executions of the methods (e.g. all
methods or only methods with specific annotations).
- Specified by:
monitoredOperation
in class AbstractOperationExecutionAspect
Copyright 2014 Kieker Project, http://kieker-monitoring.net>