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. 
 | 
getComponentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteprotected LRU<java.lang.reflect.Method,java.lang.Boolean> applicables
public AbstractLRUApplicableInterceptor(IInternalAccess ia)
public final boolean isApplicable(ServiceInvocationContext context)
isApplicable in interface IServiceInvocationInterceptorisApplicable in class ComponentThreadInterceptorpublic abstract boolean customIsApplicable(ServiceInvocationContext context)