Modifier and Type | Class and Description |
---|---|
class |
AbstractAspectJProbe |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAspect
This aspect spawns before and after events by foregoing an around advice.
|
class |
AbstractAspectWithoutTraceRegistry
This aspect spawns before and after events by foregoing an around advice.
|
Modifier and Type | Class and Description |
---|---|
class |
SynchronizedAspect
This probe requires "-Xjoinpoints:synchronization" in the aop.xml.
|
class |
ThreadingAspect |
Modifier and Type | Class and Description |
---|---|
class |
Annotation |
class |
FullInstrumentation |
Modifier and Type | Class and Description |
---|---|
class |
FullInstrumentationNoGetterAndSetter |
Modifier and Type | Class and Description |
---|---|
class |
OperationExecutionJerseyClientInterceptor |
class |
OperationExecutionJerseyServerInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOperationExecutionAspect |
class |
AbstractOperationExecutionAspectServlet |
class |
OperationExecutionAspectAnnotation |
class |
OperationExecutionAspectAnnotationServlet |
class |
OperationExecutionAspectFull |
class |
OperationExecutionAspectFullNoGetterAndSetter |
class |
OperationExecutionAspectFullNoGetterAndSetterServlet |
class |
OperationExecutionAspectFullServlet |
Modifier and Type | Class and Description |
---|---|
class |
OperationExecutionSOAPRequestInInterceptor
CXF InInterceptor to get the sessionIdentifier header from an incoming soap message
and associate it with the current thread id.
|
class |
OperationExecutionSOAPRequestOutInterceptor |
class |
OperationExecutionSOAPResponseInInterceptor |
class |
OperationExecutionSOAPResponseOutInterceptor
CXF OutInterceptor to set the sessionIdentifier header for an outgoing soap message.
|
Modifier and Type | Class and Description |
---|---|
class |
BranchingProbe
Convenience class which provides a static method to log branching.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionAndTraceRegistrationFilter
For each incoming request via
SessionAndTraceRegistrationFilter.doFilter(ServletRequest, ServletResponse, FilterChain) , this class
(i) registers session and trace information into the thread-local data structures SessionRegistry and
TraceRegistry accessible to other probes in
the control-flow of this request, (ii) executes the given FilterChain and subsequently (iii) unregisters the thread-local
data. |
Modifier and Type | Class and Description |
---|---|
class |
OperationExecutionMethodInvocationInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
RestInFilter
Allows to monitor incoming REST requests.
|
Copyright 2017 Kieker Project, http://kieker-monitoring.net