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 SummaryConstructors Constructor Description AbstractApplicableInterceptor()
 - 
Method SummaryAll 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface jadex.bridge.service.component.IServiceInvocationInterceptorexecute
 
- 
 
- 
- 
- 
Method Detail- 
isApplicablepublic boolean isApplicable(ServiceInvocationContext context) Test if the interceptor is applicable.- Specified by:
- isApplicablein interface- IServiceInvocationInterceptor
- Returns:
- True, if applicable.
 
 
- 
 
-