Class AbstractApplicableInterceptor
java.lang.Object
jadex.providedservice.impl.service.interceptors.AbstractApplicableInterceptor
- All Implemented Interfaces:
IServiceInvocationInterceptor
- Direct Known Subclasses:
ComponentThreadInterceptor,DecouplingReturnInterceptor,MethodInvocationInterceptor,ResolveInterceptor
public abstract class AbstractApplicableInterceptor
extends Object
implements IServiceInvocationInterceptor
Simple abstract base class that implements isApplicable with true.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisApplicable(ServiceInvocationContext context) Test if the interceptor is applicable.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jadex.providedservice.impl.service.IServiceInvocationInterceptor
execute
-
Constructor Details
-
AbstractApplicableInterceptor
public AbstractApplicableInterceptor()
-
-
Method Details
-
isApplicable
Test if the interceptor is applicable.- Specified by:
isApplicablein interfaceIServiceInvocationInterceptor- Returns:
- True, if applicable.
-