public class SpamInterceptorD4
extends java.lang.Object
implements jadex.bridge.service.component.IServiceInvocationInterceptor
Constructor and Description |
---|
SpamInterceptorD4() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
execute(jadex.bridge.service.component.ServiceInvocationContext context)
Execute the interceptor.
|
boolean |
isApplicable(jadex.bridge.service.component.ServiceInvocationContext context)
Test if the interceptor is applicable.
|
public boolean isApplicable(jadex.bridge.service.component.ServiceInvocationContext context)
isApplicable
in interface jadex.bridge.service.component.IServiceInvocationInterceptor
public jadex.commons.future.IFuture<java.lang.Void> execute(jadex.bridge.service.component.ServiceInvocationContext context)
execute
in interface jadex.bridge.service.component.IServiceInvocationInterceptor
context
- The invocation context.