public class PrePostConditionInterceptor extends AbstractLRUApplicableInterceptor
Modifier and Type | Class and Description |
---|---|
static class |
PrePostConditionInterceptor.IntermediateResultUnavailableException |
static class |
PrePostConditionInterceptor.PrePostConditionFetcher
Fetcher for pre and post condition.
|
Constructor and Description |
---|
PrePostConditionInterceptor(IInternalAccess ia)
Create a new AbstractLRUApplicableInterceptor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
customIsApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable.
|
IFuture<Void> |
execute(ServiceInvocationContext context)
Execute the interceptor.
|
isApplicable
getComponent
public PrePostConditionInterceptor(IInternalAccess ia)
public boolean customIsApplicable(ServiceInvocationContext context)
customIsApplicable
in class AbstractLRUApplicableInterceptor
public IFuture<Void> execute(ServiceInvocationContext context)
context
- The invocation context.Copyright © 2013. All Rights Reserved.