Class OperationExecutionAspectFullNoGetterAndSetterServlet
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.OperationExecutionAspectFullNoGetterAndSetterServlet
- All Implemented Interfaces:
kieker.monitoring.probe.IMonitoringProbe
public class OperationExecutionAspectFullNoGetterAndSetterServlet extends AbstractOperationExecutionAspectServlet
- Since:
- 1.6
-
Constructor Summary
Constructors Constructor Description OperationExecutionAspectFullNoGetterAndSetterServlet()Default constructor. -
Method Summary
Modifier and Type Method Description voidmonitoredOperation()The pointcut for the monitored operations.voidmonitoredServlet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Methods inherited from class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspectServlet
servletMethods inherited from class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspect
afterOperation, beforeOperationMethods inherited from class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
getter, noGetterAndSetter, notWithinKieker, setter, signatureToLongString
-
Constructor Details
-
OperationExecutionAspectFullNoGetterAndSetterServlet
public OperationExecutionAspectFullNoGetterAndSetterServlet()Default constructor.
-
-
Method Details
-
monitoredServlet
public void monitoredServlet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)- Specified by:
monitoredServletin classAbstractOperationExecutionAspectServlet
-
monitoredOperation
public void monitoredOperation()Description copied from class:AbstractOperationExecutionAspectThe 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:
monitoredOperationin classAbstractOperationExecutionAspect
-