Interface ASB

  • All Superinterfaces:
    Resource
    All Known Implementing Classes:
    ASB_impl

    public interface ASB
    extends Resource
    The Analysis Structure Broker (ASB) is the component responsible for the details of communicating with Analysis Engines that may potentially be distributed across different physical machines. The ASB hides all such details from the rest of the AnalysisEngine, which should be able to operate with no knowledge of whether Analysis Engines are co-located or distributed.
    • Field Detail

      • PARAM_AGGREGATE_ANALYSIS_ENGINE_NAME

        static final java.lang.String PARAM_AGGREGATE_ANALYSIS_ENGINE_NAME
        Key for the initialization parameter whose value is the name of the aggregate analysis engine that owns this ASB. This is used for recording ProcessTrace events.
        See Also:
        Constant Field Values