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.
|
isApplicablegetComponentpublic PrePostConditionInterceptor(IInternalAccess ia)
public boolean customIsApplicable(ServiceInvocationContext context)
customIsApplicable in class AbstractLRUApplicableInterceptorpublic IFuture<Void> execute(ServiceInvocationContext context)
context - The invocation context.Copyright © 2015. All Rights Reserved.