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. 
 | 
getComponentpublic MonitoringInterceptor(IInternalAccess component)
public boolean isApplicable(ServiceInvocationContext context)
isApplicable in interface IServiceInvocationInterceptorisApplicable in class ComponentThreadInterceptorpublic IFuture<java.lang.Void> execute(ServiceInvocationContext context)
context - The invocation context.