kieker.tools.traceAnalysis.filter
Class AbstractTimestampFilter
java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.tools.traceAnalysis.filter.AbstractTimestampFilter
- All Implemented Interfaces:
- IAnalysisComponent, IFilterPlugin, IPlugin
- Direct Known Subclasses:
- TimestampFilter
Deprecated. To be removed in Kieker 1.8
@Deprecated
public abstract class AbstractTimestampFilter
- extends AbstractFilterPlugin
This is an abstract base for components which filter elements based on the timestamp.
- Since:
- 1.5
- Author:
- Andre van Hoorn
Method Summary |
Configuration |
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. |
Methods inherited from class kieker.analysis.plugin.AbstractPlugin |
areAllRepositoryPortsConnected, connect, connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getIncomingPlugins, getPluginDescription, getPluginName, getState, isConnectionAllowed, shutdown, start |
Methods inherited from interface kieker.analysis.plugin.IPlugin |
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState |
MAX_TIMESTAMP
public static final long MAX_TIMESTAMP
- Deprecated.
- See Also:
- Constant Field Values
MIN_TIMESTAMP
public static final long MIN_TIMESTAMP
- Deprecated.
- See Also:
- Constant Field Values
AbstractTimestampFilter
public AbstractTimestampFilter(Configuration configuration,
IProjectContext projectContext)
- Deprecated.
- Creates a new instance of this class using the given parameters.
- Parameters:
configuration
- The configuration for this component.projectContext
- The project context for this component.
AbstractTimestampFilter
@Deprecated
public AbstractTimestampFilter(Configuration configuration)
- Deprecated. To be removed in Kieker 1.8.
- Creates a new instance of this class using the given parameters.
- Parameters:
configuration
- The configuration for this component.
getCurrentConfiguration
public Configuration 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.
- Specified by:
getCurrentConfiguration
in interface IAnalysisComponent
- Specified by:
getCurrentConfiguration
in interface IPlugin
- Specified by:
getCurrentConfiguration
in class AbstractAnalysisComponent
- Returns:
- A completely filled configuration object.
Copyright 2013 Kieker Project, http://kieker-monitoring.net>