public class RecoveryInterceptor extends AbstractApplicableInterceptor
Constructor and Description |
---|
RecoveryInterceptor(IExternalAccess ea,
RequiredServiceInfo info,
RequiredServiceBinding binding,
IRequiredServiceFetcher fetcher)
Create a new invocation handler.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
execute(ServiceInvocationContext sic)
Execute the interceptor.
|
IFuture |
rebind(ServiceInvocationContext sic)
Rebind a service call by using the fetcher to find/create
another service.
|
isApplicable
public RecoveryInterceptor(IExternalAccess ea, RequiredServiceInfo info, RequiredServiceBinding binding, IRequiredServiceFetcher fetcher)
public IFuture<Void> execute(ServiceInvocationContext sic)
context
- The invocation context.public IFuture rebind(ServiceInvocationContext sic)
Copyright © 2012. All Rights Reserved.