Kieker 1.7

kieker.tools.traceAnalysis.filter
Class AbstractTimestampFilter

java.lang.Object
  extended by kieker.analysis.analysisComponent.AbstractAnalysisComponent
      extended by kieker.analysis.plugin.AbstractPlugin
          extended by kieker.analysis.plugin.filter.AbstractFilterPlugin
              extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference, IPlugin.STATE
 
Field Summary
static long MAX_TIMESTAMP
          Deprecated.  
static long MIN_TIMESTAMP
          Deprecated.  
 
Fields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
CONFIG_NAME
 
Constructor Summary
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.
 
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.filter.AbstractFilterPlugin
init, terminate
 
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 class kieker.analysis.analysisComponent.AbstractAnalysisComponent
getName, setProjectContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface kieker.analysis.plugin.IPlugin
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState
 

Field Detail

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
Constructor Detail

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.
Method Detail

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.

Kieker 1.7

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