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 |
---|---|
boolean |
PrePostConditionInterceptor.customIsApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable.
|
boolean |
AuthenticationInterceptor.customIsApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable.
|
abstract boolean |
AbstractLRUApplicableInterceptor.customIsApplicable(ServiceInvocationContext context)
Replacement method for isApplicable.
|
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> |
AuthenticationInterceptor.execute(ServiceInvocationContext context)
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 |
AbstractMultiInterceptor.isApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable.
|
boolean |
AbstractLRUApplicableInterceptor.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)
Create an invoke method step.
|
Copyright © 2013. All Rights Reserved.