Class ComponentThreadInterceptor

java.lang.Object
jadex.providedservice.impl.service.interceptors.AbstractApplicableInterceptor
jadex.providedservice.impl.service.interceptors.ComponentThreadInterceptor
All Implemented Interfaces:
IServiceInvocationInterceptor
Direct Known Subclasses:
AbstractLRUApplicableInterceptor

public abstract class ComponentThreadInterceptor extends AbstractApplicableInterceptor
Ensures that interceptor is only called when component thread is in the chain.
  • Field Details

    • ia

      protected jadex.core.impl.Component ia
      The internal access.
  • Constructor Details

    • ComponentThreadInterceptor

      public ComponentThreadInterceptor(jadex.core.impl.Component ia)
      Create a new ComponentThreadInterceptor.
  • Method Details