Class ComponentThreadInterceptor
- java.lang.Object
- 
- jadex.bridge.service.component.interceptors.AbstractApplicableInterceptor
- 
- jadex.bridge.service.component.interceptors.ComponentThreadInterceptor
 
 
- 
- All Implemented Interfaces:
- IServiceInvocationInterceptor
 - Direct Known Subclasses:
- AbstractLRUApplicableInterceptor,- MethodCallListenerInterceptor,- NFRequiredServicePropertyProviderInterceptor,- TracingInterceptor,- ValidationInterceptor
 
 public abstract class ComponentThreadInterceptor extends AbstractApplicableInterceptor Ensures that interceptor is only called when component thread is in the chain.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessiaThe internal access.
 - 
Constructor SummaryConstructors Constructor Description ComponentThreadInterceptor(IInternalAccess ia)Create a new ComponentThreadInterceptor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IInternalAccessgetComponent()Get the component.booleanisApplicable(ServiceInvocationContext context)Test if the interceptor is applicable.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface jadex.bridge.service.component.IServiceInvocationInterceptorexecute
 
- 
 
- 
- 
- 
Field Detail- 
iaprotected IInternalAccess ia The internal access.
 
- 
 - 
Constructor Detail- 
ComponentThreadInterceptorpublic ComponentThreadInterceptor(IInternalAccess ia) Create a new ComponentThreadInterceptor.
 
- 
 - 
Method Detail- 
isApplicablepublic boolean isApplicable(ServiceInvocationContext context) Test if the interceptor is applicable.- Specified by:
- isApplicablein interface- IServiceInvocationInterceptor
- Overrides:
- isApplicablein class- AbstractApplicableInterceptor
- Returns:
- True, if applicable.
 
 - 
getComponentpublic IInternalAccess getComponent() Get the component.
 
- 
 
-