kieker.tools.traceAnalysis.filter.visualization.callTree
Class AggregatedAllocationComponentOperationCallTreeFilter
java.lang.Object
   kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.analysisComponent.AbstractAnalysisComponent
       kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.AbstractPlugin
           kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
               kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
                   kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
                       kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
                           kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeFilter<T>
kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeFilter<T>
                               kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter<AllocationComponentOperationPair>
kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter<AllocationComponentOperationPair>
                                   kieker.tools.traceAnalysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
kieker.tools.traceAnalysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
- All Implemented Interfaces: 
- IAnalysisComponent, IFilterPlugin, IPlugin
- public class AggregatedAllocationComponentOperationCallTreeFilter 
- extends AbstractAggregatedCallTreeFilter<AllocationComponentOperationPair>
- Since:
- 1.1
- Author:
- Andre van Hoorn
 
 
 
 
 
 
 
 
 
| Method Summary | 
|  boolean | init()Initiates the start of a component.
 This method is called once when a AnalysisController's run() method is called.
 This implementation must not be blocking!
 Asynchronous consumers would spawn (an) asynchronous thread(s) in this method.
 | 
 
 
 
 
 
| 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 | 
 
AggregatedAllocationComponentOperationCallTreeFilter
public AggregatedAllocationComponentOperationCallTreeFilter(Configuration configuration,
                                                            IProjectContext projectContext)
- 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.
 
init
public boolean init()
- Initiates the start of a component.
 This method is called once when a AnalysisController's run() method is called.
 This implementation must not be blocking!
 Asynchronous consumers would spawn (an) asynchronous thread(s) in this method.
 
- 
- Specified by:
- initin interface- IPlugin
- Overrides:
- initin class- AbstractFilterPlugin
 
- 
- Returns:
- true on success; false otherwise.
 
Copyright 2014 Kieker Project, http://kieker-monitoring.net>