public class MonitoringInterceptor extends ComponentThreadInterceptor
Modifier and Type | Class and Description |
---|---|
protected class |
MonitoringInterceptor.ReturnValueResultListener
Listener that handles the end of the call.
|
ia
Constructor and Description |
---|
MonitoringInterceptor(IInternalAccess component)
Create a new interceptor.
|
Modifier and Type | Method and Description |
---|---|
IFuture<java.lang.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<java.lang.Void> execute(ServiceInvocationContext context)
context
- The invocation context.