public abstract class AbstractLRUApplicableInterceptor extends ComponentThreadInterceptor
Modifier and Type | Field and Description |
---|---|
protected LRU<java.lang.reflect.Method,java.lang.Boolean> |
applicables
The LRU.
|
ia
Constructor and Description |
---|
AbstractLRUApplicableInterceptor(IInternalAccess ia)
Create a new AbstractLRUApplicableInterceptor.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
customIsApplicable(ServiceInvocationContext context)
Replacement method for isApplicable.
|
boolean |
isApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable.
|
getComponent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
protected LRU<java.lang.reflect.Method,java.lang.Boolean> applicables
public AbstractLRUApplicableInterceptor(IInternalAccess ia)
public final boolean isApplicable(ServiceInvocationContext context)
isApplicable
in interface IServiceInvocationInterceptor
isApplicable
in class ComponentThreadInterceptor
public abstract boolean customIsApplicable(ServiceInvocationContext context)