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, wait
execute
protected IInternalAccess ia
public ComponentThreadInterceptor(IInternalAccess ia)
public boolean isApplicable(ServiceInvocationContext context)
isApplicable
in interface IServiceInvocationInterceptor
isApplicable
in class AbstractApplicableInterceptor
public IInternalAccess getComponent()