kieker.analysis.plugin.filter.sink
Class MethodAndComponentFlowDisplayFilter
java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.analysis.plugin.filter.sink.MethodAndComponentFlowDisplayFilter
- All Implemented Interfaces:
- IAnalysisComponent, IFilterPlugin, IPlugin
public class MethodAndComponentFlowDisplayFilter
- extends AbstractFilterPlugin
This is a filter which accepts OperationExecutionRecord
instances and provides different views to visualize them.
- Since:
- 1.8
- Author:
- Nils Christian Ehmke
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 |
INPUT_PORT_NAME_EVENTS
public static final String INPUT_PORT_NAME_EVENTS
- The name of the input port accepting incoming events.
- See Also:
- Constant Field Values
MethodAndComponentFlowDisplayFilter
public MethodAndComponentFlowDisplayFilter(Configuration configuration,
IProjectContext projectContext)
- Creates a new instance of this class using the given parameters.
- Parameters:
configuration
- The configuration for this filter.projectContext
- The project context for this filter.
input
public void input(OperationExecutionRecord record)
- This method represents the input port receiving the incoming events.
- Parameters:
record
- The record to display and relay.
getCurrentConfiguration
public Configuration getCurrentConfiguration()
- Description copied from class:
AbstractAnalysisComponent
- 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.
methodTagCloudDisplay
public TagCloud methodTagCloudDisplay()
- This method represents a display for a method tag cloud.
- Returns:
- The display object for the method tag cloud.
componentTagCloudDisplay
public TagCloud componentTagCloudDisplay()
- This method represents a display for a component tag cloud.
- Returns:
- The display object for the component tag cloud.
Copyright 2014 Kieker Project, http://kieker-monitoring.net>