kieker.tools.traceAnalysis.filter.visualization.callTree
Class AggregatedAssemblyComponentOperationCallTreeFilter
java.lang.Object
  
kieker.analysis.plugin.AbstractPlugin
      
kieker.analysis.plugin.filter.AbstractFilterPlugin
          
kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
              
kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
                  
kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
                      
kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeFilter<T>
                          
kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter<AssemblyComponentOperationPair>
                              
kieker.tools.traceAnalysis.filter.visualization.callTree.AggregatedAssemblyComponentOperationCallTreeFilter
- All Implemented Interfaces: 
 - IFilterPlugin, IPlugin
 
public class AggregatedAssemblyComponentOperationCallTreeFilter
- extends AbstractAggregatedCallTreeFilter<AssemblyComponentOperationPair>
 
- Author:
 
  - Andre van Hoorn
 
 
 
 
 
 
 
 
 
 
 
| 
Method Summary | 
 boolean | 
init()
 
          Initiates the start of a component. | 
 
 
 
 
 
| Methods inherited from class kieker.analysis.plugin.AbstractPlugin | 
areAllRepositoryPortsConnected, connect, connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getIncomingPlugins, getName, getPluginDescription, getPluginName, getState, isConnectionAllowed, shutdown, start | 
 
 
 
AggregatedAssemblyComponentOperationCallTreeFilter
public AggregatedAssemblyComponentOperationCallTreeFilter(Configuration configuration)
init
public boolean init()
- Description copied from interface: 
IPlugin 
- 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:
 init in interface IPlugin- Overrides:
 init in class AbstractFilterPlugin
 
- Returns:
 - true on success; false otherwise.
 
 
 
Copyright 2012 Kieker Project, http://kieker-monitoring.net>