Kieker 1.8

kieker.analysis.plugin.filter.sink
Class MethodAndComponentFlowDisplayFilter

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference, IPlugin.STATE
 
Field Summary
static String INPUT_PORT_NAME_EVENTS
          The name of the input port accepting incoming events.
 
Fields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
CONFIG_NAME
 
Constructor Summary
MethodAndComponentFlowDisplayFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new instance of this class using the given parameters.
 
Method Summary
 TagCloud componentTagCloudDisplay()
          This method represents a display for a component tag cloud.
 Configuration getCurrentConfiguration()
          This method should deliver a Configuration object containing the current configuration of this instance.
 void input(OperationExecutionRecord record)
          This method represents the input port receiving the incoming events.
 TagCloud methodTagCloudDisplay()
          This method represents a display for a method tag cloud.
 
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
 
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

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

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

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.

Kieker 1.8

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