Class AbstractOperationExecutionAspectServlet
java.lang.Object
kieker.monitoring.probe.aspectj.AbstractAspectJProbe
kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspect
kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspectServlet
- All Implemented Interfaces:
kieker.monitoring.probe.IMonitoringProbe
- Direct Known Subclasses:
OperationExecutionAspectAnnotationServlet,OperationExecutionAspectFullNoGetterAndSetterServlet,OperationExecutionAspectFullServlet
public abstract class AbstractOperationExecutionAspectServlet extends AbstractOperationExecutionAspect
- Since:
- 1.3
-
Constructor Summary
Constructors Constructor Description AbstractOperationExecutionAspectServlet() -
Method Summary
Modifier and Type Method Description abstract voidmonitoredServlet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)java.lang.Objectservlet(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint)Methods inherited from class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspect
afterOperation, beforeOperation, monitoredOperationMethods inherited from class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
getter, noGetterAndSetter, notWithinKieker, setter, signatureToLongString
-
Constructor Details
-
AbstractOperationExecutionAspectServlet
public AbstractOperationExecutionAspectServlet()
-
-
Method Details
-
monitoredServlet
public abstract void monitoredServlet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
servlet
public java.lang.Object servlet(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint) throws java.lang.Throwable- Throws:
java.lang.Throwable
-