Kieker 1.7

Uses of Class
kieker.common.configuration.Configuration

Packages that use Configuration
kieker.analysis   
kieker.analysis.analysisComponent   
kieker.analysis.plugin   
kieker.analysis.plugin.filter   
kieker.analysis.plugin.filter.flow   
kieker.analysis.plugin.filter.forward   
kieker.analysis.plugin.filter.select   
kieker.analysis.plugin.reader   
kieker.analysis.plugin.reader.database   
kieker.analysis.plugin.reader.filesystem   
kieker.analysis.plugin.reader.jms   
kieker.analysis.plugin.reader.jmx   
kieker.analysis.plugin.reader.list   
kieker.analysis.plugin.reader.namedRecordPipe   
kieker.analysis.repository   
kieker.common.configuration   
kieker.monitoring.core.configuration   
kieker.monitoring.core.controller   
kieker.monitoring.timer   
kieker.monitoring.writer   
kieker.monitoring.writer.database   
kieker.monitoring.writer.filesystem   
kieker.monitoring.writer.jms   
kieker.monitoring.writer.jmx   
kieker.monitoring.writer.namedRecordPipe   
kieker.tools.currentTimeEventGenerator   
kieker.tools.logReplayer.filter   
kieker.tools.traceAnalysis.filter   
kieker.tools.traceAnalysis.filter.executionFilter   
kieker.tools.traceAnalysis.filter.executionRecordTransformation   
kieker.tools.traceAnalysis.filter.flow   
kieker.tools.traceAnalysis.filter.systemModel   
kieker.tools.traceAnalysis.filter.traceFilter   
kieker.tools.traceAnalysis.filter.traceReconstruction   
kieker.tools.traceAnalysis.filter.traceWriter   
kieker.tools.traceAnalysis.filter.visualization   
kieker.tools.traceAnalysis.filter.visualization.callTree   
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph   
kieker.tools.traceAnalysis.filter.visualization.descriptions   
kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram   
kieker.tools.traceAnalysis.filter.visualization.traceColoring   
kieker.tools.traceAnalysis.repository   
kieker.tools.traceAnalysis.systemModel.repository   
 

Uses of Configuration in kieker.analysis
 

Constructors in kieker.analysis with parameters of type Configuration
AnalysisController(Configuration configuration)
          Constructs an AnalysisController instance using the given parameter.
 

Uses of Configuration in kieker.analysis.analysisComponent
 

Methods in kieker.analysis.analysisComponent that return Configuration
 Configuration IAnalysisComponent.getCurrentConfiguration()
          This method should deliver a Configuration object containing the current configuration of this instance.
abstract  Configuration AbstractAnalysisComponent.getCurrentConfiguration()
          This method should deliver a Configuration object containing the current configuration of this instance.
 

Constructors in kieker.analysis.analysisComponent with parameters of type Configuration
AbstractAnalysisComponent(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AbstractAnalysisComponent(Configuration configuration, IProjectContext projectContext)
          Each AnalysisComponent requires a constructor with a Configuration object and a IProjectContext.
 

Uses of Configuration in kieker.analysis.plugin
 

Methods in kieker.analysis.plugin that return Configuration
 Configuration IPlugin.getCurrentConfiguration()
          This method should deliver a Configuration object containing the current configuration of this instance.
 

Constructors in kieker.analysis.plugin with parameters of type Configuration
AbstractPlugin(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AbstractPlugin(Configuration configuration, IProjectContext projectContext)
          Each Plugin requires a constructor with a Configuration object and a IProjectContext.
 

Uses of Configuration in kieker.analysis.plugin.filter
 

Constructors in kieker.analysis.plugin.filter with parameters of type Configuration
AbstractFilterPlugin(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AbstractFilterPlugin(Configuration configuration, IProjectContext projectContext)
          Each Plugin requires a constructor with a Configuration object and a IProjectContext.
 

Uses of Configuration in kieker.analysis.plugin.filter.flow
 

Methods in kieker.analysis.plugin.filter.flow that return Configuration
 Configuration EventRecordTraceReconstructionFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.analysis.plugin.filter.flow with parameters of type Configuration
EventRecordTraceReconstructionFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
EventRecordTraceReconstructionFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.analysis.plugin.filter.forward
 

Methods in kieker.analysis.plugin.filter.forward that return Configuration
 Configuration RealtimeRecordDelayFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 Configuration CountingThroughputFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 Configuration TeeFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 Configuration ListCollectionFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 Configuration CountingFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 Configuration StringBufferFilter.getCurrentConfiguration()
           
 

Constructors in kieker.analysis.plugin.filter.forward with parameters of type Configuration
CountingFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
CountingFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
CountingThroughputFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
CountingThroughputFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
ListCollectionFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
ListCollectionFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
RealtimeRecordDelayFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
RealtimeRecordDelayFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
StringBufferFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
StringBufferFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
TeeFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
TeeFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.analysis.plugin.filter.select
 

Methods in kieker.analysis.plugin.filter.select that return Configuration
 Configuration TimestampFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 Configuration TraceIdFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 Configuration TypeFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.analysis.plugin.filter.select with parameters of type Configuration
TimestampFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
TimestampFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
TraceIdFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
TraceIdFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
TypeFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
TypeFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.analysis.plugin.reader
 

Constructors in kieker.analysis.plugin.reader with parameters of type Configuration
AbstractReaderPlugin(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AbstractReaderPlugin(Configuration configuration, IProjectContext projectContext)
          Each Plugin requires a constructor with a Configuration object and a IProjectContext.
 

Uses of Configuration in kieker.analysis.plugin.reader.database
 

Methods in kieker.analysis.plugin.reader.database that return Configuration
 Configuration DbReader.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.analysis.plugin.reader.database with parameters of type Configuration
DbReader(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
DbReader(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.analysis.plugin.reader.filesystem
 

Methods in kieker.analysis.plugin.reader.filesystem that return Configuration
 Configuration FSReader.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.analysis.plugin.reader.filesystem with parameters of type Configuration
FSReader(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
FSReader(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.analysis.plugin.reader.jms
 

Methods in kieker.analysis.plugin.reader.jms that return Configuration
 Configuration JMSReader.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.analysis.plugin.reader.jms with parameters of type Configuration
JMSReader(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
JMSReader(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.analysis.plugin.reader.jmx
 

Methods in kieker.analysis.plugin.reader.jmx that return Configuration
 Configuration JMXReader.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.analysis.plugin.reader.jmx with parameters of type Configuration
JMXReader(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
JMXReader(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.analysis.plugin.reader.list
 

Methods in kieker.analysis.plugin.reader.list that return Configuration
 Configuration ListReader.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.analysis.plugin.reader.list with parameters of type Configuration
ListReader(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
ListReader(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.analysis.plugin.reader.namedRecordPipe
 

Methods in kieker.analysis.plugin.reader.namedRecordPipe that return Configuration
 Configuration PipeReader.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.analysis.plugin.reader.namedRecordPipe with parameters of type Configuration
PipeReader(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
PipeReader(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.analysis.repository
 

Constructors in kieker.analysis.repository with parameters of type Configuration
AbstractRepository(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AbstractRepository(Configuration configuration, IProjectContext projectContext)
          The second "default constructor".
 

Uses of Configuration in kieker.common.configuration
 

Methods in kieker.common.configuration that return Configuration
 Configuration Configuration.flatten()
          Flattens the Properties hierarchies and returns a new Configuration object.
 Configuration Configuration.flatten(Configuration defaultConfiguration)
          Flattens the Properties hierarchies and returns a new Configuration object.
 Configuration Configuration.getPropertiesStartingWith(String prefix)
          Flattens the Properties hierarchies and returns a Configuration object containing only keys starting with the prefix.
 

Methods in kieker.common.configuration with parameters of type Configuration
 Configuration Configuration.flatten(Configuration defaultConfiguration)
          Flattens the Properties hierarchies and returns a new Configuration object.
 void Configuration.setDefaultConfiguration(Configuration defaultConfiguration)
          You should know what you do if you use this method! Currently it is used for a (dirty) hack to implement writers.
 

Uses of Configuration in kieker.monitoring.core.configuration
 

Methods in kieker.monitoring.core.configuration that return Configuration
static Configuration ConfigurationFactory.createConfigurationFromFile(String configurationFile)
          Creates a new configuration based on the given properties file with fallback on the default values.
static Configuration ConfigurationFactory.createDefaultConfiguration()
          Returns an empty properties map with a fallback on the default configuration.
static Configuration ConfigurationFactory.createSingletonConfiguration()
          Creates the configuration for the singleton controller instance.
 

Uses of Configuration in kieker.monitoring.core.controller
 

Methods in kieker.monitoring.core.controller with parameters of type Configuration
static IMonitoringController MonitoringController.createInstance(Configuration configuration)
          This is a factory method creating a new monitoring controller instance using the given configuration.
 

Constructors in kieker.monitoring.core.controller with parameters of type Configuration
WriterController(Configuration configuration)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.monitoring.timer
 

Constructors in kieker.monitoring.timer with parameters of type Configuration
SystemMilliTimer(Configuration configuration)
          Creates a new instance of this class using the given parameters.
SystemNanoTimer(Configuration configuration)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.monitoring.writer
 

Methods in kieker.monitoring.writer that return Configuration
 Configuration AbstractMonitoringWriter.getConfiguration()
          Deprecated. to be removed in Kieker 1.8
 

Constructors in kieker.monitoring.writer with parameters of type Configuration
DummyWriter(Configuration configuration)
          Creates a new instance of this class using the given parameters.
PrintStreamWriter(Configuration configuration)
           
 

Uses of Configuration in kieker.monitoring.writer.database
 

Constructors in kieker.monitoring.writer.database with parameters of type Configuration
AsyncDbWriter(Configuration configuration)
          Creates a new instance of this class using the given parameters.
SyncDbWriter(Configuration configuration)
          Creates a new instance of this class using the given parameter.
 

Uses of Configuration in kieker.monitoring.writer.filesystem
 

Constructors in kieker.monitoring.writer.filesystem with parameters of type Configuration
AbstractAsyncZipWriter(Configuration configuration)
           
AsyncAsciiZipWriter(Configuration configuration)
          Creates a new instance of this class using the given parameters.
AsyncBinaryFsWriter(Configuration configuration)
          Creates a new instance of this class using the given parameters.
AsyncBinaryZipWriter(Configuration configuration)
          Creates a new instance of this class using the given parameters.
AsyncFsWriter(Configuration configuration)
          Creates a new instance of this class using the given parameters.
SyncFsWriter(Configuration configuration)
          Creates a new instance of this class using the given configuration to initialize the class.
 

Uses of Configuration in kieker.monitoring.writer.jms
 

Constructors in kieker.monitoring.writer.jms with parameters of type Configuration
AsyncJMSWriter(Configuration configuration)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.monitoring.writer.jmx
 

Constructors in kieker.monitoring.writer.jmx with parameters of type Configuration
JMXWriter(Configuration configuration)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.monitoring.writer.namedRecordPipe
 

Constructors in kieker.monitoring.writer.namedRecordPipe with parameters of type Configuration
PipeWriter(Configuration configuration)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.tools.currentTimeEventGenerator
 

Methods in kieker.tools.currentTimeEventGenerator that return Configuration
 Configuration CurrentTimeEventGenerationFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.tools.currentTimeEventGenerator with parameters of type Configuration
CurrentTimeEventGenerationFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
CurrentTimeEventGenerationFilter(Configuration configuration, IProjectContext projectContext)
          Creates an event generator which generates time events with the given resolution in timeunits via the output port CurrentTimeEventGenerationFilter.OUTPUT_PORT_NAME_CURRENT_TIME_RECORD.
 

Uses of Configuration in kieker.tools.logReplayer.filter
 

Methods in kieker.tools.logReplayer.filter that return Configuration
 Configuration MonitoringRecordLoggerFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.tools.logReplayer.filter with parameters of type Configuration
MonitoringRecordLoggerFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
MonitoringRecordLoggerFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.tools.traceAnalysis.filter
 

Methods in kieker.tools.traceAnalysis.filter that return Configuration
 Configuration AbstractTraceIdFilter.getCurrentConfiguration()
          Deprecated.  
 Configuration AbstractGraphProducingFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 Configuration AbstractTimestampFilter.getCurrentConfiguration()
          Deprecated. This method should deliver a Configuration object 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.
 

Constructors in kieker.tools.traceAnalysis.filter with parameters of type Configuration
AbstractExecutionTraceProcessingFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AbstractExecutionTraceProcessingFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
AbstractGraphProducingFilter(Configuration configuration, G graph)
          Deprecated. To be removed in Kieker 1.8.
AbstractGraphProducingFilter(Configuration configuration, IProjectContext projectContext, G graph)
          Creates a new graph-producing filter using the given configuration and the given graph.
AbstractInvalidExecutionTraceProcessingFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AbstractInvalidExecutionTraceProcessingFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
AbstractMessageTraceProcessingFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AbstractMessageTraceProcessingFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
AbstractTimestampFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AbstractTimestampFilter(Configuration configuration, IProjectContext projectContext)
          Deprecated. Creates a new instance of this class using the given parameters.
AbstractTraceAnalysisFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AbstractTraceAnalysisFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
AbstractTraceIdFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AbstractTraceIdFilter(Configuration configuration, IProjectContext projectContext)
          Deprecated. Creates a new instance of this class using the given parameters.
AbstractTraceProcessingFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AbstractTraceProcessingFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.tools.traceAnalysis.filter.executionFilter
 

Constructors in kieker.tools.traceAnalysis.filter.executionFilter with parameters of type Configuration
TimestampFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
TimestampFilter(Configuration configuration, IProjectContext projectContext)
          Deprecated. Creates a new instance of this class using the given parameters.
TraceIdFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
TraceIdFilter(Configuration configuration, IProjectContext projectContext)
          Deprecated. Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.tools.traceAnalysis.filter.executionRecordTransformation
 

Methods in kieker.tools.traceAnalysis.filter.executionRecordTransformation that return Configuration
 Configuration ExecutionRecordTransformationFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.tools.traceAnalysis.filter.executionRecordTransformation with parameters of type Configuration
ExecutionRecordTransformationFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
ExecutionRecordTransformationFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.tools.traceAnalysis.filter.flow
 

Methods in kieker.tools.traceAnalysis.filter.flow that return Configuration
 Configuration EventRecordTraceCounter.getCurrentConfiguration()
           
 Configuration TraceEventRecords2ExecutionAndMessageTraceFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.tools.traceAnalysis.filter.flow with parameters of type Configuration
EventRecordTraceCounter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
EventRecordTraceCounter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
TraceEventRecords2ExecutionAndMessageTraceFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
TraceEventRecords2ExecutionAndMessageTraceFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.tools.traceAnalysis.filter.systemModel
 

Methods in kieker.tools.traceAnalysis.filter.systemModel that return Configuration
 Configuration SystemModel2FileFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.tools.traceAnalysis.filter.systemModel with parameters of type Configuration
SystemModel2FileFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
SystemModel2FileFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.tools.traceAnalysis.filter.traceFilter
 

Methods in kieker.tools.traceAnalysis.filter.traceFilter that return Configuration
 Configuration TraceEquivalenceClassFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.tools.traceAnalysis.filter.traceFilter with parameters of type Configuration
TraceEquivalenceClassFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
TraceEquivalenceClassFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.tools.traceAnalysis.filter.traceReconstruction
 

Methods in kieker.tools.traceAnalysis.filter.traceReconstruction that return Configuration
 Configuration TraceReconstructionFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.tools.traceAnalysis.filter.traceReconstruction with parameters of type Configuration
TraceReconstructionFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
TraceReconstructionFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.tools.traceAnalysis.filter.traceWriter
 

Methods in kieker.tools.traceAnalysis.filter.traceWriter that return Configuration
 Configuration ExecutionTraceWriterFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 Configuration InvalidExecutionTraceWriterFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 Configuration MessageTraceWriterFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.tools.traceAnalysis.filter.traceWriter with parameters of type Configuration
ExecutionTraceWriterFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
ExecutionTraceWriterFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
InvalidExecutionTraceWriterFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
InvalidExecutionTraceWriterFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
MessageTraceWriterFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
MessageTraceWriterFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.tools.traceAnalysis.filter.visualization
 

Methods in kieker.tools.traceAnalysis.filter.visualization that return Configuration
 Configuration GraphWriterPlugin.GraphWriterConfiguration.getConfiguration()
          Deprecated. Returns the configuration wrapped by this configuration.
 Configuration AbstractGraphFilter.getCurrentConfiguration()
           
 Configuration GraphWriterPlugin.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.tools.traceAnalysis.filter.visualization with parameters of type Configuration
AbstractGraphFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AbstractGraphFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new filter with the given configuration.
GraphWriterPlugin.GraphWriterConfiguration(Configuration configuration)
          Deprecated. Creates a new graph writer configuration that wraps the given configuration.
GraphWriterPlugin(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
GraphWriterPlugin(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.tools.traceAnalysis.filter.visualization.callTree
 

Methods in kieker.tools.traceAnalysis.filter.visualization.callTree that return Configuration
 Configuration TraceCallTreeFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 Configuration AbstractAggregatedCallTreeFilter.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.tools.traceAnalysis.filter.visualization.callTree with parameters of type Configuration
AbstractAggregatedCallTreeFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AbstractAggregatedCallTreeFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
AbstractCallTreeFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AbstractCallTreeFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
AggregatedAllocationComponentOperationCallTreeFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AggregatedAllocationComponentOperationCallTreeFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
AggregatedAssemblyComponentOperationCallTreeFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
AggregatedAssemblyComponentOperationCallTreeFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
TraceCallTreeFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
TraceCallTreeFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
 

Constructors in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph with parameters of type Configuration
AbstractDependencyGraphFilter(Configuration configuration, AbstractDependencyGraph<T> graph)
          Deprecated. To be removed in Kieker 1.8.
AbstractDependencyGraphFilter(Configuration configuration, IProjectContext projectContext, AbstractDependencyGraph<T> graph)
          Creates a new abstract dependency graph filter using the given data.
ComponentDependencyGraphAllocationFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
ComponentDependencyGraphAllocationFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new filter using the given configuration.
ComponentDependencyGraphAssemblyFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
ComponentDependencyGraphAssemblyFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new filter using the given parameters.
ContainerDependencyGraphFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
ContainerDependencyGraphFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new filter using the given parameters.
OperationDependencyGraphAllocationFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
OperationDependencyGraphAllocationFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new filter using the given parameters.
OperationDependencyGraphAssemblyFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
OperationDependencyGraphAssemblyFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new filter using the given parameters.
 

Uses of Configuration in kieker.tools.traceAnalysis.filter.visualization.descriptions
 

Constructors in kieker.tools.traceAnalysis.filter.visualization.descriptions with parameters of type Configuration
DescriptionDecoratorFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
DescriptionDecoratorFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new description decorator filter using the given configuration.
 

Uses of Configuration in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram
 

Methods in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram that return Configuration
 Configuration SequenceDiagramFilter.getCurrentConfiguration()
           
 

Constructors in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram with parameters of type Configuration
SequenceDiagramFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
SequenceDiagramFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

Uses of Configuration in kieker.tools.traceAnalysis.filter.visualization.traceColoring
 

Constructors in kieker.tools.traceAnalysis.filter.visualization.traceColoring with parameters of type Configuration
TraceColoringFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
TraceColoringFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new filter using the given configuration.
 

Uses of Configuration in kieker.tools.traceAnalysis.repository
 

Methods in kieker.tools.traceAnalysis.repository that return Configuration
 Configuration TraceColorRepository.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 Configuration DescriptionRepository.getCurrentConfiguration()
          This method should deliver a Configuration object 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.
 

Constructors in kieker.tools.traceAnalysis.repository with parameters of type Configuration
DescriptionRepository(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
DescriptionRepository(Configuration configuration, DescriptionRepository.DescriptionRepositoryData descriptionData)
          Deprecated. To be removed in Kieker 1.8.
DescriptionRepository(Configuration configuration, DescriptionRepository.DescriptionRepositoryData descriptionData, IProjectContext projectContext)
          Creates a new description repository using the given data.
DescriptionRepository(Configuration configuration, IProjectContext projectContext)
          Creates a new description repository using the given configuration.
TraceColorRepository(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
TraceColorRepository(Configuration configuration, IProjectContext projectContext)
          Creates a new description repository using the given configuration.
TraceColorRepository(Configuration configuration, TraceColorRepository.TraceColorRepositoryData colorData)
          Deprecated. To be removed in Kieker 1.8.
TraceColorRepository(Configuration configuration, TraceColorRepository.TraceColorRepositoryData colorData, IProjectContext projectContext)
          Creates a new color repository with the given data.
 

Uses of Configuration in kieker.tools.traceAnalysis.systemModel.repository
 

Methods in kieker.tools.traceAnalysis.systemModel.repository that return Configuration
 Configuration SystemModelRepository.getCurrentConfiguration()
           
 

Constructors in kieker.tools.traceAnalysis.systemModel.repository with parameters of type Configuration
SystemModelRepository(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
SystemModelRepository(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 


Kieker 1.7

Copyright 2013 Kieker Project, http://kieker-monitoring.net