Package jadex.bridge.service.component
Interface IServiceInvocationInterceptor
- 
- All Known Implementing Classes:
- AbstractApplicableInterceptor,- AbstractLRUApplicableInterceptor,- AbstractMultiInterceptor,- AuthenticationInterceptor,- ComponentThreadInterceptor,- DecouplingInterceptor,- DecouplingReturnInterceptor,- IntelligentProxyInterceptor,- MethodCallListenerInterceptor,- MethodInvocationInterceptor,- NFRequiredServicePropertyProviderInterceptor,- PrePostConditionInterceptor,- ResolveInterceptor,- TracingInterceptor,- ValidationInterceptor
 
 public interface IServiceInvocationInterceptorService invocation interceptor interface.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.lang.Void>execute(ServiceInvocationContext context)Execute the interceptor.booleanisApplicable(ServiceInvocationContext context)Test if the interceptor is applicable.
 
- 
- 
- 
Method Detail- 
executeIFuture<java.lang.Void> execute(ServiceInvocationContext context) Execute the interceptor.- Parameters:
- context- The invocation context.
 
 - 
isApplicableboolean isApplicable(ServiceInvocationContext context) Test if the interceptor is applicable.- Returns:
- True, if applicable.
 
 
- 
 
-