public class MonitoringInterceptor extends ComponentThreadInterceptor
| Constructor and Description |
|---|
MonitoringInterceptor(IInternalAccess component)
Create a new interceptor.
|
| Modifier and Type | Method and Description |
|---|---|
IFuture<Void> |
execute(ServiceInvocationContext context)
Execute the interceptor.
|
boolean |
isApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable.
|
getComponentpublic MonitoringInterceptor(IInternalAccess component)
public boolean isApplicable(ServiceInvocationContext context)
isApplicable in interface IServiceInvocationInterceptorisApplicable in class ComponentThreadInterceptorpublic IFuture<Void> execute(ServiceInvocationContext context)
context - The invocation context.Copyright © 2015. All Rights Reserved.