public abstract class AbstractTraceAnalysisFilter extends AbstractFilterPlugin
IPlugin.PluginInputPortReference, IPlugin.STATE
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIG_PROPERTY_VALUE_VERBOSE |
protected static Log |
LOG |
static java.lang.String |
REPOSITORY_PORT_NAME_SYSTEM_MODEL
The name of the repository port for the system model repository.
|
CONFIG_NAME, configuration, log, projectContext, recordsTimeUnitFromProjectContext
Constructor and Description |
---|
AbstractTraceAnalysisFilter(Configuration configuration,
IProjectContext projectContext)
Creates a new instance of this class using the given parameters.
|
Modifier and Type | Method and Description |
---|---|
protected Execution |
createExecutionByEntityNames(java.lang.String executionContainerName,
java.lang.String assemblyComponentTypeName,
Signature operationSignature,
long traceId,
java.lang.String sessionId,
int eoi,
int ess,
long tin,
long tout,
boolean assumed) |
protected Execution |
createExecutionByEntityNames(java.lang.String executionContainerName,
java.lang.String assemblyComponentTypeName,
java.lang.String componentTypeName,
Signature operationSignature,
long traceId,
java.lang.String sessionId,
int eoi,
int ess,
long tin,
long tout,
boolean assumed) |
static Execution |
createExecutionByEntityNames(SystemModelRepository systemModelRepository,
java.lang.String executionContainerName,
java.lang.String assemblyComponentTypeName,
Signature operationSignature,
long traceId,
java.lang.String sessionId,
int eoi,
int ess,
long tin,
long tout,
boolean assumed) |
static Execution |
createExecutionByEntityNames(SystemModelRepository systemModelRepository,
java.lang.String executionContainerName,
java.lang.String assemblyComponentTypeName,
java.lang.String componentTypeName,
Signature operationSignature,
long traceId,
java.lang.String sessionId,
int eoi,
int ess,
long tin,
long tout,
boolean assumed) |
Configuration |
getCurrentConfiguration()
This method should deliver a
Configuration object containing the current configuration of this instance. |
SystemModelRepository |
getSystemEntityFactory() |
protected void |
printDebugLogMessage(java.lang.String[] lines)
Prints a debug message to the logger.
|
protected void |
printErrorLogMessage(java.lang.String[] lines) |
init, terminate
areAllRepositoryPortsConnected, connect, connect, deliver, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getDefaultConfiguration, getIncomingPlugins, getPluginDescription, getPluginName, getRepository, getState, isConnectionAllowed, notifyNewIncomingConnection, notifyNewOutgoingConnection, shutdown, start
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState
public static final java.lang.String CONFIG_PROPERTY_VALUE_VERBOSE
public static final java.lang.String REPOSITORY_PORT_NAME_SYSTEM_MODEL
protected static final Log LOG
public AbstractTraceAnalysisFilter(Configuration configuration, IProjectContext projectContext)
configuration
- The configuration for this component.projectContext
- The project context for this component.public Configuration getCurrentConfiguration()
AbstractAnalysisComponent
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.getCurrentConfiguration
in interface IAnalysisComponent
getCurrentConfiguration
in interface IPlugin
getCurrentConfiguration
in class AbstractAnalysisComponent
public static final Execution createExecutionByEntityNames(SystemModelRepository systemModelRepository, java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, java.lang.String componentTypeName, Signature operationSignature, long traceId, java.lang.String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)
public static final Execution createExecutionByEntityNames(SystemModelRepository systemModelRepository, java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, Signature operationSignature, long traceId, java.lang.String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)
protected final Execution createExecutionByEntityNames(java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, java.lang.String componentTypeName, Signature operationSignature, long traceId, java.lang.String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)
protected final Execution createExecutionByEntityNames(java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, Signature operationSignature, long traceId, java.lang.String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)
protected void printDebugLogMessage(java.lang.String[] lines)
lines
- The lines to be printed.protected void printErrorLogMessage(java.lang.String[] lines)
public final SystemModelRepository getSystemEntityFactory()
Copyright 2017 Kieker Project, http://kieker-monitoring.net