Kieker 1.9

kieker.monitoring.probe.aspectj.operationExecution
Class OperationExecutionAspectFullServlet

java.lang.Object
  extended by kieker.monitoring.probe.aspectj.AbstractAspectJProbe
      extended by kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspect
          extended by kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspectServlet
              extended by kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullServlet
All Implemented Interfaces:
IMonitoringProbe

public class OperationExecutionAspectFullServlet
extends AbstractOperationExecutionAspectServlet

Since:
1.3
Author:
Jan Waller

Constructor Summary
OperationExecutionAspectFullServlet()
          Default constructor.
 
Method Summary
 void monitoredOperation()
          The pointcut for the monitored operations.
 void monitoredServlet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspectServlet
servlet
 
Methods inherited from class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspect
operation
 
Methods inherited from class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
getter, noGetterAndSetter, notWithinKieker, setter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationExecutionAspectFullServlet

public OperationExecutionAspectFullServlet()
Default constructor.

Method Detail

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

Kieker 1.9

Copyright 2014 Kieker Project, http://kieker-monitoring.net