| Package | Description | 
|---|---|
| jadex.bridge.service.component | |
| jadex.bridge.service.component.interceptors | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceInvocationContext | 
ServiceInvocationContext.clone()
Clone a service invocation context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IFuture<Void> | 
IServiceInvocationInterceptor.execute(ServiceInvocationContext context)
Execute the interceptor. 
 | 
boolean | 
IServiceInvocationInterceptor.isApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable. 
 | 
| Constructor and Description | 
|---|
ServiceInvocationContext(ServiceInvocationContext context)
Create a copied context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IFuture<Void> | 
DelegationInterceptor.doExecute(ServiceInvocationContext sic)
Execute the command. 
 | 
IFuture<Void> | 
DecouplingInterceptor.doExecute(ServiceInvocationContext sic)
Execute the command. 
 | 
abstract IFuture<Void> | 
AbstractMultiInterceptor.doExecute(ServiceInvocationContext sic)
Execute the command. 
 | 
IFuture<Void> | 
ValidationInterceptor.execute(ServiceInvocationContext sic)
Execute the interceptor. 
 | 
IFuture<Void> | 
ResolveInterceptor.execute(ServiceInvocationContext sic)
Execute the interceptor. 
 | 
IFuture<Void> | 
RecoveryInterceptor.execute(ServiceInvocationContext sic)
Execute the interceptor. 
 | 
IFuture<Void> | 
PrePostConditionInterceptor.execute(ServiceInvocationContext context)
Execute the interceptor. 
 | 
IFuture<Void> | 
MethodInvocationInterceptor.execute(ServiceInvocationContext sic)
Execute the interceptor. 
 | 
IFuture<Void> | 
DecouplingReturnInterceptor.execute(ServiceInvocationContext sic)
Execute the interceptor. 
 | 
IFuture<Void> | 
AbstractMultiInterceptor.execute(ServiceInvocationContext sic)
Execute the command. 
 | 
IServiceInvocationInterceptor | 
DelegationInterceptor.getInterceptor(ServiceInvocationContext sic)
Get a sub interceptor for special cases. 
 | 
IServiceInvocationInterceptor | 
DecouplingInterceptor.getInterceptor(ServiceInvocationContext sic)
Get a sub interceptor for special cases. 
 | 
IServiceInvocationInterceptor | 
AbstractMultiInterceptor.getInterceptor(ServiceInvocationContext sic)
Get a sub interceptor for special cases. 
 | 
IFuture<Void> | 
DecouplingInterceptor.internalDoExecute(ServiceInvocationContext sic)
Internal do execute. 
 | 
boolean | 
PrePostConditionInterceptor.isApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable. 
 | 
boolean | 
AbstractMultiInterceptor.isApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable. 
 | 
boolean | 
AbstractApplicableInterceptor.isApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable. 
 | 
IFuture | 
RecoveryInterceptor.rebind(ServiceInvocationContext sic)
Rebind a service call by using the fetcher to find/create
  another service. 
 | 
| Constructor and Description | 
|---|
DecouplingInterceptor.InvokeMethodStep(ServiceInvocationContext sic,
                                      IComponentIdentifier caller,
                                      long timeout,
                                      boolean realtime)
Create an invoke method step. 
 | 
Copyright © 2012. All Rights Reserved.