Interface IAnalysisComponent
- All Known Subinterfaces:
IFilterPlugin,IPlugin,IReaderPlugin,IRepository
- All Known Implementing Classes:
AbstractAggregatedCallTreeFilter,AbstractAnalysisComponent,AbstractCallTreeFilter,AbstractDependencyGraphFilter,AbstractExecutionTraceProcessingFilter,AbstractFilterPlugin,AbstractGraphFilter,AbstractGraphProducingFilter,AbstractInvalidExecutionTraceProcessingFilter,AbstractMessageTraceProcessingFilter,AbstractPlugin,AbstractRawDataReader,AbstractReaderPlugin,AbstractRepository,AbstractStringRegistryReaderPlugin,AbstractTraceAnalysisFilter,AbstractTraceProcessingFilter,AbstractUpdateableFilterPlugin,AggregatedAllocationComponentOperationCallTreeFilter,AggregatedAssemblyComponentOperationCallTreeFilter,AmqpReader,AnalysisThroughputFilter,AsciiLogReader,BinaryLogReader,ComponentDependencyGraphAllocationFilter,ComponentDependencyGraphAssemblyFilter,ContainerDependencyGraphFilter,CountingFilter,CurrentTimeEventGenerationFilter,DbReader,DescriptionDecoratorFilter,DescriptionRepository,EventRecordTraceCounter,EventRecordTraceReconstructionFilter,ExecutionRecordTransformationFilter,ExecutionTraceWriterFilter,FSReader,GraphWriterPlugin,InvalidExecutionTraceWriterFilter,JmsReader,JmxReader,KafkaReader,ListCollectionFilter,ListReader,MessageTraceWriterFilter,MonitoringThroughputFilter,OperationDependencyGraphAllocationFilter,OperationDependencyGraphAssemblyFilter,PipeReader,RawDataReaderPlugin,RealtimeRecordDelayFilter,SequenceDiagramFilter,SessionReconstructionFilter,StringBufferFilter,SystemModelRepository,TeeFilter,ThreadEvent2TraceEventFilter,TimeReader,TimestampFilter,TraceAggregationFilter,TraceCallTreeFilter,TraceColoringFilter,TraceColorRepository,TraceEquivalenceClassFilter,TraceEventRecords2ExecutionAndMessageTraceFilter,TraceIdFilter,TraceReconstructionFilter,TypeFilter
@Deprecated
public interface IAnalysisComponent
Deprecated.
since 1.15.1
This is the interface for an analysis component in Kieker.
- Since:
- 1.7
- Author:
- Nils Christian Ehmke
-
Method Summary
Modifier and Type Method Description ConfigurationgetCurrentConfiguration()Deprecated.This method should deliver aConfigurationobject containing the current configuration of this instance.java.lang.StringgetName()Deprecated.This method delivers the current name of this component instance.
-
Method Details
-
getCurrentConfiguration
Configuration getCurrentConfiguration()Deprecated.This method should deliver aConfigurationobject containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.- Returns:
- A completely filled configuration object.
- Since:
- 1.7
-
getName
java.lang.String getName()Deprecated.This method delivers the current name of this component instance. The name does not have to be unique.- Returns:
- The current name of the component instance.
- Since:
- 1.7
-