public class NFRequiredServicePropertyProviderInterceptor extends ComponentThreadInterceptor
Modifier and Type | Field and Description |
---|---|
protected static java.lang.reflect.Method |
METHOD |
protected IServiceIdentifier |
sid
The 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.
|
getComponent
protected static final java.lang.reflect.Method METHOD
protected IServiceIdentifier sid
public NFRequiredServicePropertyProviderInterceptor(IInternalAccess component, IServiceIdentifier sid)
public boolean isApplicable(ServiceInvocationContext context)
isApplicable
in interface IServiceInvocationInterceptor
isApplicable
in class ComponentThreadInterceptor
public IFuture<java.lang.Void> execute(ServiceInvocationContext sic)
context
- The invocation context.