public class NFRequiredServicePropertyProviderInterceptor extends ComponentThreadInterceptor
| Modifier and Type | Field and Description | 
|---|---|
| protected static java.lang.reflect.Method | METHOD | 
| protected IServiceIdentifier | sidThe service indentifier. | 
ia| Constructor and Description | 
|---|
| NFRequiredServicePropertyProviderInterceptor(IInternalAccess component,
                                            IServiceIdentifier sid)Create a new interceptor. | 
| Modifier and Type | Method and Description | 
|---|---|
| IFuture<java.lang.Void> | execute(ServiceInvocationContext sic)Execute the interceptor. | 
| boolean | isApplicable(ServiceInvocationContext context)Test if the interceptor is applicable. | 
getComponentprotected static final java.lang.reflect.Method METHOD
protected IServiceIdentifier sid
public NFRequiredServicePropertyProviderInterceptor(IInternalAccess component, IServiceIdentifier sid)
public boolean isApplicable(ServiceInvocationContext context)
isApplicable in interface IServiceInvocationInterceptorisApplicable in class ComponentThreadInterceptorpublic IFuture<java.lang.Void> execute(ServiceInvocationContext sic)
context - The invocation context.