Kieker 1.2

kieker.tools.traceAnalysis.plugins
Class AbstractTraceProcessingPlugin

java.lang.Object
  extended by kieker.tools.traceAnalysis.plugins.AbstractTraceAnalysisPlugin
      extended by kieker.tools.traceAnalysis.plugins.AbstractTraceProcessingPlugin
All Implemented Interfaces:
IAnalysisPlugin
Direct Known Subclasses:
AbstractExecutionTraceProcessingPlugin, AbstractInvalidExecutionTraceProcessingPlugin, AbstractMessageTraceProcessingPlugin, TraceReconstructionFilter

public abstract class AbstractTraceProcessingPlugin
extends AbstractTraceAnalysisPlugin

Author:
Andre van Hoorn

Constructor Summary
AbstractTraceProcessingPlugin(String name, SystemModelRepository systemEntityFactory)
           
 
Method Summary
 int getErrorCount()
           
 long getLastTraceIdError()
           
 long getLastTraceIdSuccess()
           
 int getSuccessCount()
           
 int getTotalCount()
           
 void printStatusMessage()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface kieker.analysis.plugin.IAnalysisPlugin
execute, terminate
 

Constructor Detail

AbstractTraceProcessingPlugin

public AbstractTraceProcessingPlugin(String name,
                                     SystemModelRepository systemEntityFactory)
Method Detail

getSuccessCount

public final int getSuccessCount()

getErrorCount

public final int getErrorCount()

getTotalCount

public final int getTotalCount()

getLastTraceIdError

public final long getLastTraceIdError()

getLastTraceIdSuccess

public final long getLastTraceIdSuccess()

printStatusMessage

public void printStatusMessage()

Kieker 1.2

Copyright 2010 the Kieker Project, http://kieker.sourceforge.net