Package | Description |
---|---|
jadex.bridge.service.component.interceptors |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLRUApplicableInterceptor
Abstract interceptor class that uses a LRU for caching applicable states of invocations
for subsequent calls.
|
class |
AuthenticationInterceptor
Interceptor that can be used to realize authenticated end-to-end communication
|
class |
ComponentThreadInterceptor
Ensures that interceptor is only called when component thread is in the chain.
|
class |
DecouplingReturnInterceptor
The decoupling return interceptor ensures that the result
notifications of a future a delivered on the calling
component thread.
|
class |
MethodCallListenerInterceptor
Calls a methods on an object and returns the result.
|
class |
MethodInvocationInterceptor
Calls a methods on an object and returns the result.
|
class |
MonitoringInterceptor
Interceptor that creates service call start / end events and sends
them to the monitoring service.
|
class |
NFRequiredServicePropertyProviderInterceptor
Delegates 'getRequiredServicePropertyProvider()' calls
to the underlying component.
|
class |
PrePostConditionInterceptor
Interceptor that checks annotated pre- and postconditions.
|
class |
RecoveryInterceptor
The recovery interceptor is used in required service proxies
for automatically reassigning a service if it fails due to
one of specific exceptions.
|
class |
ResolveInterceptor
The resolve interceptor is responsible for determining
the object on which the method invocation is finally performed.
|
class |
ValidationInterceptor
The validation interceptor tests whether a service call is valid.
|
Copyright © 2013. All Rights Reserved.