Class NFRequiredServicePropertyProviderInterceptor
- java.lang.Object
- 
- jadex.bridge.service.component.interceptors.AbstractApplicableInterceptor
- 
- jadex.bridge.service.component.interceptors.ComponentThreadInterceptor
- 
- jadex.bridge.service.component.interceptors.NFRequiredServicePropertyProviderInterceptor
 
 
 
- 
- All Implemented Interfaces:
- IServiceInvocationInterceptor
 
 public class NFRequiredServicePropertyProviderInterceptor extends ComponentThreadInterceptor Delegates 'getRequiredServicePropertyProvider()' calls to the underlying component.
- 
- 
Field SummaryFields Modifier and Type Field Description protected static java.lang.reflect.MethodMETHODprotected IServiceIdentifiersidThe service indentifier.- 
Fields inherited from class jadex.bridge.service.component.interceptors.ComponentThreadInterceptoria
 
- 
 - 
Constructor SummaryConstructors Constructor Description NFRequiredServicePropertyProviderInterceptor(IInternalAccess component, IServiceIdentifier sid)Create a new interceptor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>execute(ServiceInvocationContext sic)Execute the interceptor.booleanisApplicable(ServiceInvocationContext context)Test if the interceptor is applicable.- 
Methods inherited from class jadex.bridge.service.component.interceptors.ComponentThreadInterceptorgetComponent
 
- 
 
- 
- 
- 
Field Detail- 
METHODprotected static final java.lang.reflect.Method METHOD 
 - 
sidprotected IServiceIdentifier sid The service indentifier.
 
- 
 - 
Constructor Detail- 
NFRequiredServicePropertyProviderInterceptorpublic NFRequiredServicePropertyProviderInterceptor(IInternalAccess component, IServiceIdentifier sid) Create a new interceptor.
 
- 
 - 
Method Detail- 
isApplicablepublic boolean isApplicable(ServiceInvocationContext context) Test if the interceptor is applicable.- Specified by:
- isApplicablein interface- IServiceInvocationInterceptor
- Overrides:
- isApplicablein class- ComponentThreadInterceptor
- Returns:
- True, if applicable.
 
 - 
executepublic IFuture<java.lang.Void> execute(ServiceInvocationContext sic) Execute the interceptor.- Parameters:
- context- The invocation context.
 
 
- 
 
-