public abstract class AbstractLRUApplicableInterceptor extends Object implements IServiceInvocationInterceptor
Constructor and Description |
---|
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.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public final boolean isApplicable(ServiceInvocationContext context)
isApplicable
in interface IServiceInvocationInterceptor
public abstract boolean customIsApplicable(ServiceInvocationContext context)
Copyright © 2013. All Rights Reserved.