Class DecouplingReturnInterceptor
java.lang.Object
jadex.providedservice.impl.service.interceptors.AbstractApplicableInterceptor
jadex.providedservice.impl.service.interceptors.DecouplingReturnInterceptor
- All Implemented Interfaces:
IServiceInvocationInterceptor
The decoupling return interceptor ensures that the result
notifications of a future a delivered on the calling
component thread.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jadex.providedservice.impl.service.interceptors.AbstractApplicableInterceptor
isApplicable
-
Constructor Details
-
DecouplingReturnInterceptor
public DecouplingReturnInterceptor()
-
-
Method Details
-
execute
Execute the interceptor.- Parameters:
sic
- The invocation context.
-