Class TracingInterceptor
- java.lang.Object
- 
- jadex.bridge.service.component.interceptors.AbstractApplicableInterceptor
- 
- jadex.bridge.service.component.interceptors.ComponentThreadInterceptor
- 
- jadex.bridge.service.component.interceptors.TracingInterceptor
 
 
 
- 
- All Implemented Interfaces:
- IServiceInvocationInterceptor
 
 public class TracingInterceptor extends ComponentThreadInterceptor Interceptor that creates traces.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description protected classTracingInterceptor.ReturnValueResultListenerListener that handles the end of the call.
 - 
Field Summary- 
Fields inherited from class jadex.bridge.service.component.interceptors.ComponentThreadInterceptoria
 
- 
 - 
Constructor SummaryConstructors Constructor Description TracingInterceptor(IInternalAccess component)Create a new interceptor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>execute(ServiceInvocationContext sic)Execute the interceptor.booleanisApplicable(ServiceInvocationContext context)Test if the interceptor is applicable.- 
Methods inherited from class jadex.bridge.service.component.interceptors.ComponentThreadInterceptorgetComponent
 
- 
 
- 
- 
- 
Constructor Detail- 
TracingInterceptorpublic TracingInterceptor(IInternalAccess component) Create a new interceptor.
 
- 
 - 
Method Detail- 
isApplicablepublic boolean isApplicable(ServiceInvocationContext context) Test if the interceptor is applicable.- Specified by:
- isApplicablein interface- IServiceInvocationInterceptor
- Overrides:
- isApplicablein class- ComponentThreadInterceptor
- Returns:
- True, if applicable.
 
 - 
executepublic IFuture<java.lang.Void> execute(ServiceInvocationContext sic) Execute the interceptor.- Parameters:
- context- The invocation context.
 
 
- 
 
-