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.
|
getComponent
public MonitoringInterceptor(IInternalAccess component)
public boolean isApplicable(ServiceInvocationContext context)
isApplicable
in interface IServiceInvocationInterceptor
isApplicable
in class ComponentThreadInterceptor
public IFuture<Void> execute(ServiceInvocationContext context)
context
- The invocation context.Copyright © 2013. All Rights Reserved.