Class AbstractApplicableInterceptor
- java.lang.Object
 - 
- jadex.bridge.service.component.interceptors.AbstractApplicableInterceptor
 
 
- 
- All Implemented Interfaces:
 IServiceInvocationInterceptor
- Direct Known Subclasses:
 ComponentThreadInterceptor,DecouplingReturnInterceptor,IntelligentProxyInterceptor,MethodInvocationInterceptor,ResolveInterceptor
public abstract class AbstractApplicableInterceptor extends java.lang.Object implements IServiceInvocationInterceptor
Simple abstract base class that implements isApplicable with true. 
- 
- 
Constructor Summary
Constructors Constructor Description AbstractApplicableInterceptor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisApplicable(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, wait 
- 
Methods inherited from interface jadex.bridge.service.component.IServiceInvocationInterceptor
execute 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isApplicable
public boolean isApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable.- Specified by:
 isApplicablein interfaceIServiceInvocationInterceptor- Returns:
 - True, if applicable.
 
 
 - 
 
 -