public abstract class ComponentThreadInterceptor extends AbstractApplicableInterceptor
| Modifier and Type | Field and Description | 
|---|---|
protected IInternalAccess | 
ia
The internal access. 
 | 
| Constructor and Description | 
|---|
ComponentThreadInterceptor(IInternalAccess ia)
Create a new ComponentThreadInterceptor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IInternalAccess | 
getComponent()
Get the component. 
 | 
boolean | 
isApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteprotected IInternalAccess ia
public ComponentThreadInterceptor(IInternalAccess ia)
public boolean isApplicable(ServiceInvocationContext context)
isApplicable in interface IServiceInvocationInterceptorisApplicable in class AbstractApplicableInterceptorpublic IInternalAccess getComponent()