|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.analysis.analysisComponent.AbstractAnalysisComponent kieker.analysis.plugin.AbstractPlugin kieker.analysis.plugin.filter.AbstractFilterPlugin kieker.analysis.plugin.filter.forward.TeeFilter
public final class TeeFilter
This filter has exactly one input port and one output port. A simple message is printed to a configurable stream and all objects are forwarded to the output port.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin |
---|
IPlugin.PluginInputPortReference, IPlugin.STATE |
Field Summary | |
---|---|
static String |
CONFIG_PROPERTY_NAME_ENCODING
The name of the property determining the used encoding. |
static String |
CONFIG_PROPERTY_NAME_STREAM
The name of the property determining the stream in which the incoming data will be printed. |
static String |
CONFIG_PROPERTY_VALUE_DEFAULT_ENCODING
The default value of the encoding property which determines that the filter uses utf-8. |
static String |
CONFIG_PROPERTY_VALUE_STREAM_NULL
The value of the stream property which determines that the filter doesn't print anything. |
static String |
CONFIG_PROPERTY_VALUE_STREAM_STDERR
The value of the stream property which determines that the filter uses the standard error output. |
static String |
CONFIG_PROPERTY_VALUE_STREAM_STDLOG
The value of the stream property which determines that the filter uses the standard log. |
static String |
CONFIG_PROPERTY_VALUE_STREAM_STDOUT
The value of the stream property which determines that the filter uses the standard output. |
static String |
INPUT_PORT_NAME_EVENTS
The name of the input port for incoming events. |
static String |
OUTPUT_PORT_NAME_RELAYED_EVENTS
The name of the output port delivering the incoming events. |
Fields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent |
---|
CONFIG_NAME |
Constructor Summary | |
---|---|
TeeFilter(Configuration configuration,
IProjectContext projectContext)
Creates a new instance of this class using the given parameters. |
Method Summary | |
---|---|
Configuration |
getCurrentConfiguration()
This method should deliver a 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. |
void |
inputEvent(Object object)
This method is the input port of the filter receiving incoming objects. |
void |
terminate(boolean error)
Initiates a termination of the plugin. |
Methods inherited from class kieker.analysis.plugin.filter.AbstractFilterPlugin |
---|
init |
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 |
---|
getName |
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, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState |
Field Detail |
---|
public static final String INPUT_PORT_NAME_EVENTS
public static final String OUTPUT_PORT_NAME_RELAYED_EVENTS
public static final String CONFIG_PROPERTY_NAME_STREAM
public static final String CONFIG_PROPERTY_NAME_ENCODING
public static final String CONFIG_PROPERTY_VALUE_STREAM_STDOUT
public static final String CONFIG_PROPERTY_VALUE_STREAM_STDERR
public static final String CONFIG_PROPERTY_VALUE_STREAM_STDLOG
public static final String CONFIG_PROPERTY_VALUE_STREAM_NULL
public static final String CONFIG_PROPERTY_VALUE_DEFAULT_ENCODING
Constructor Detail |
---|
public TeeFilter(Configuration configuration, IProjectContext projectContext)
configuration
- The configuration for this component.projectContext
- The project context for this component.Method Detail |
---|
public final void terminate(boolean error)
AbstractFilterPlugin
AnalysisController.terminate(boolean)
instead.
After receiving this notification, the plugin should terminate any running
methods, e.g., read for readers.
terminate
in interface IPlugin
terminate
in class AbstractFilterPlugin
error
- Determines whether the plugin is terminated due to an error or not.public final Configuration getCurrentConfiguration()
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 final void inputEvent(Object object)
object
- The new object.
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |