|
Kieker 1.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
public abstract class AbstractTraceProcessingFilter
This is an abstract base for filters processing traces.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin |
|---|
IPlugin.PluginInputPortReference, IPlugin.STATE |
| Field Summary |
|---|
| Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter |
|---|
REPOSITORY_PORT_NAME_SYSTEM_MODEL |
| Fields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent |
|---|
CONFIG_NAME |
| Constructor Summary | |
|---|---|
AbstractTraceProcessingFilter(Configuration configuration)
Deprecated. To be removed in Kieker 1.8. |
|
AbstractTraceProcessingFilter(Configuration configuration,
IProjectContext projectContext)
Creates a new instance of this class using the given parameters. |
|
| Method Summary | |
|---|---|
int |
getErrorCount()
Delivers the number of traces which have not been processed successfully. |
long |
getLastTraceIdError()
Delivers the ID of the last trace which has not been processed successfully. |
long |
getLastTraceIdSuccess()
Delivers the ID of the last trace which has been processed successfully. |
int |
getSuccessCount()
Delivers the number of traces which have been processed successfully. |
int |
getTotalCount()
Delivers the total number of traces which have been processed. |
void |
printStatusMessage()
Returns a user-addressed status message to be logged by the calling tool. |
| Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter |
|---|
createExecutionByEntityNames, createExecutionByEntityNames, getSystemEntityFactory, setErrStream, setOutStream |
| 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 |
|---|
getCurrentConfiguration, getName, setProjectContext |
| 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, getCurrentConfiguration, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState |
| Constructor Detail |
|---|
public AbstractTraceProcessingFilter(Configuration configuration,
IProjectContext projectContext)
configuration - The configuration for this component.projectContext - The project context for this component.@Deprecated public AbstractTraceProcessingFilter(Configuration configuration)
configuration - The configuration for this component.| Method Detail |
|---|
public final int getSuccessCount()
public final int getErrorCount()
public final int getTotalCount()
public final long getLastTraceIdError()
public final long getLastTraceIdSuccess()
public void printStatusMessage()
|
Kieker 1.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||