Kieker 1.12

kieker.monitoring.probe.aspectj.jersey
Class OperationExecutionJerseyClientInterceptor

java.lang.Object
  extended by kieker.monitoring.probe.aspectj.AbstractAspectJProbe
      extended by kieker.monitoring.probe.aspectj.jersey.OperationExecutionJerseyClientInterceptor
All Implemented Interfaces:
IMonitoringProbe

public class OperationExecutionJerseyClientInterceptor
extends AbstractAspectJProbe

Since:
1.12
Author:
Teerat Pitakrat

Field Summary
static java.lang.String SESSION_ID_ASYNC_TRACE
           
 
Constructor Summary
OperationExecutionJerseyClientInterceptor()
          Default constructor.
 
Method Summary
 java.lang.Object operation(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint)
          Method to intercept outgoing request and incoming response.
 
Methods inherited from class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
getter, noGetterAndSetter, notWithinKieker, setter, signatureToLongString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_ID_ASYNC_TRACE

public static final java.lang.String SESSION_ID_ASYNC_TRACE
See Also:
Constant Field Values
Constructor Detail

OperationExecutionJerseyClientInterceptor

public OperationExecutionJerseyClientInterceptor()
Default constructor.

Method Detail

operation

public java.lang.Object operation(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint)
                           throws java.lang.Throwable
Method to intercept outgoing request and incoming response.

Returns:
value of the intercepted method
Throws:
java.lang.Throwable

Kieker 1.12

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