Kieker 1.8

Uses of Class
kieker.common.configuration.Configuration

Packages that use Configuration
kieker.analysis   
kieker.analysis.analysisComponent   
kieker.analysis.model   
kieker.analysis.plugin   
kieker.analysis.plugin.filter   
kieker.analysis.plugin.filter.flow   
kieker.analysis.plugin.filter.forward   
kieker.analysis.plugin.filter.record   
kieker.analysis.plugin.filter.select   
kieker.analysis.plugin.filter.sink   
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.plugin.reader.tcp   
kieker.analysis.plugin.reader.timer   
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.monitoring.writer.tcp   
kieker.tools.bridge   
kieker.tools.bridge.connector   
kieker.tools.bridge.connector.jms   
kieker.tools.bridge.connector.tcp   
kieker.tools.currentTimeEventGenerator   
kieker.tools.logReplayer.filter   
kieker.tools.traceAnalysis.filter   
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, IProjectContext projectContext)
          Each AnalysisComponent requires a constructor with a Configuration object and a IProjectContext.
 

Uses of Configuration in kieker.analysis.model
 

Methods in kieker.analysis.model that return Configuration
static Configuration MetaModelHandler.modelPropertiesToConfiguration(org.eclipse.emf.common.util.EList<MIProperty> mProperties)
          This method can be used to convert a given list of MIProperty to a configuration object.
 

Methods in kieker.analysis.model with parameters of type Configuration
static List<MIProperty> MetaModelHandler.convertProperties(Configuration configuration, MAnalysisMetaModelFactory factory)
          Converts the given configuration into a list of MIPropertys using the given factory.
static MIProject MetaModelHandler.javaToMetaModel(Collection<AbstractReaderPlugin> readers, Collection<AbstractFilterPlugin> filters, Collection<AbstractRepository> repositories, Collection<MIDependency> dependencies, String projectName, Configuration globalConfiguration)
          This method can be used to convert the current analysis configuration (which is represented by Java objects) into a meta model.
static void MetaModelHandler.metaModelToJava(MIProject mProject, AnalysisController ac, Collection<MetaModelHandler.PluginConnection> pluginConnections, Collection<MetaModelHandler.RepositoryConnection> repositoryConnections, Collection<MIDependency> dependencies, ClassLoader classLoader, Configuration globalConfiguration, Map<MIRepository,AbstractRepository> repositoryMap, Map<MIPlugin,AbstractPlugin> pluginMap)
          This method can be used to convert a given analysis meta model instance to the actual java instances.
 

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, 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, 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, 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 AnalysisThroughputFilter.getCurrentConfiguration()
           
 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
AnalysisThroughputFilter(Configuration configuration, IProjectContext projectContext)
           
CountingFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
ListCollectionFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
StringBufferFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
TeeFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

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

Methods in kieker.analysis.plugin.filter.record 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 MonitoringThroughputFilter.getCurrentConfiguration()
           
 

Constructors in kieker.analysis.plugin.filter.record with parameters of type Configuration
MonitoringThroughputFilter(Configuration configuration, IProjectContext projectContext)
           
RealtimeRecordDelayFilter(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, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
TraceIdFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
TypeFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

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

Methods in kieker.analysis.plugin.filter.sink that return Configuration
 Configuration MethodAndComponentFlowDisplayFilter.getCurrentConfiguration()
           
 Configuration MemSwapUtilizationDisplayFilter.getCurrentConfiguration()
           
 Configuration CPUUtilizationDisplayFilter.getCurrentConfiguration()
           
 

Constructors in kieker.analysis.plugin.filter.sink with parameters of type Configuration
CPUUtilizationDisplayFilter(Configuration configuration, IProjectContext projectContext)
           
MemSwapUtilizationDisplayFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
MethodAndComponentFlowDisplayFilter(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, 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, 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, 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, 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, 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, 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, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 

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

Methods in kieker.analysis.plugin.reader.tcp that return Configuration
 Configuration TCPReader.getCurrentConfiguration()
           
 

Constructors in kieker.analysis.plugin.reader.tcp with parameters of type Configuration
TCPReader(Configuration configuration, IProjectContext projectContext)
           
 

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

Methods in kieker.analysis.plugin.reader.timer that return Configuration
 Configuration TimeReader.getCurrentConfiguration()
           
 

Constructors in kieker.analysis.plugin.reader.timer with parameters of type Configuration
TimeReader(Configuration configuration, IProjectContext projectContext)
          Creates a new timer using the given configuration.
 

Uses of Configuration in kieker.analysis.repository
 

Constructors in kieker.analysis.repository with parameters of type Configuration
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 add default configurations to Writers or AnalysisPlugins.
 

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
 

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

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.monitoring.writer.tcp
 

Constructors in kieker.monitoring.writer.tcp with parameters of type Configuration
TCPWriter(Configuration configuration)
           
 

Uses of Configuration in kieker.tools.bridge
 

Constructors in kieker.tools.bridge with parameters of type Configuration
ServiceContainer(Configuration configuration, IServiceConnector service, boolean respawn)
           
 

Uses of Configuration in kieker.tools.bridge.connector
 

Constructors in kieker.tools.bridge.connector with parameters of type Configuration
AbstractConnector(Configuration configuration, ConcurrentMap<Integer,LookupEntity> lookupEntityMap)
          AbstractTCPService constructor.
 

Uses of Configuration in kieker.tools.bridge.connector.jms
 

Constructors in kieker.tools.bridge.connector.jms with parameters of type Configuration
JMSClientConnector(Configuration configuration, ConcurrentMap<Integer,LookupEntity> lookupEntityMap)
          Create a JMSClientConnector.
JMSEmbeddedConnector(Configuration configuration, ConcurrentMap<Integer,LookupEntity> lookupEntityMap)
          Construct a new JMS service consumer and an embedded JMS service.
 

Uses of Configuration in kieker.tools.bridge.connector.tcp
 

Constructors in kieker.tools.bridge.connector.tcp with parameters of type Configuration
TCPClientConnector(Configuration configuration, ConcurrentMap<Integer,LookupEntity> lookupEntityMap)
          Create a TCPClientConnector.
TCPMultiServerConnector(Configuration configuration, ConcurrentMap<Integer,LookupEntity> lookupEntityMap)
          Create a TCPMultiServerConnector.
TCPSingleServerConnector(Configuration configuration, ConcurrentMap<Integer,LookupEntity> lookupEntityMap)
          Create a TCPSingleServerConnector.
 

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, 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, 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 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.
 

Constructors in kieker.tools.traceAnalysis.filter with parameters of type Configuration
AbstractExecutionTraceProcessingFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
AbstractGraphProducingFilter(Configuration configuration, IProjectContext projectContext, G graph)
          Creates a new graph-producing filter using the given configuration and the given graph.
AbstractInvalidExecutionTraceProcessingFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
AbstractMessageTraceProcessingFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
AbstractTraceAnalysisFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
AbstractTraceProcessingFilter(Configuration configuration, IProjectContext projectContext)
          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, 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, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
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, 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, 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, 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, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
InvalidExecutionTraceWriterFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
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 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, IProjectContext projectContext)
          Creates a new filter with the given configuration.
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, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
AbstractCallTreeFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
AggregatedAllocationComponentOperationCallTreeFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
AggregatedAssemblyComponentOperationCallTreeFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
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, IProjectContext projectContext, AbstractDependencyGraph<T> graph)
          Creates a new abstract dependency graph filter using the given data.
ComponentDependencyGraphAllocationFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new filter using the given configuration.
ComponentDependencyGraphAssemblyFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new filter using the given parameters.
ContainerDependencyGraphFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new filter using the given parameters.
OperationDependencyGraphAllocationFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new filter using the given parameters.
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, 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, 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, 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, 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, IProjectContext projectContext)
          Creates a new description repository using the given configuration.
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, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 


Kieker 1.8

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