Class | Description |
---|---|
AbstractApplicableInterceptor |
Simple abstract base class that implements isApplicable with true.
|
AbstractMultiInterceptor |
Abstract interceptor that supports sub interceptors for special cases.
|
CallStack |
Helper class to deal with service calls
|
DecouplingInterceptor |
Invocation interceptor for executing a call on
the underlying component thread.
|
DecouplingInterceptor.InvokeMethodStep |
Service invocation step.
|
DecouplingReturnInterceptor |
The decoupling return interceptor ensures that the result
notifications of a future a delivered on the calling
component thread.
|
DelegationInterceptor |
Delegates a service call to another service provider.
|
FutureFunctionality |
Default future functionality.
|
MethodInvocationInterceptor |
Calls a methods on an object and returns the result.
|
PrePostConditionInterceptor |
Interceptor that checks annotated pre- and postconditions.
|
PrePostConditionInterceptor.PrePostConditionFetcher |
Fetcher for pre and post condition.
|
RecoveryInterceptor |
The recovery interceptor is used in required service proxies
for automatically reassigning a service if it fails due to
one of specific exceptions.
|
ResolveInterceptor |
The resolve interceptor is responsible for determining
the object on which the method invocation is finally performed.
|
ValidationInterceptor |
The validation interceptor tests whether a service call is valid.
|
Exception | Description |
---|---|
ConditionException | |
PrePostConditionInterceptor.IntermediateResultUnavailableException |
Copyright © 2012. All Rights Reserved.