|
Kieker 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.tools.traceAnalysis.plugins.executionFilter.TraceIdFilter
public class TraceIdFilter
Allows to filter Execution objects based on their traceId.
Constructor Summary | |
---|---|
TraceIdFilter(TreeSet<Long> selectedTraces)
Creates a filter instance that only passes Execution objects e whose traceId (e.traceId) is element of the set selectedTraces. |
Method Summary | |
---|---|
boolean |
execute()
Initiates the start of a component. |
IInputPort<Execution> |
getExecutionInputPort()
|
IOutputPort<Execution> |
getExecutionOutputPort()
|
void |
terminate(boolean error)
Initiates a termination of the component. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TraceIdFilter(TreeSet<Long> selectedTraces)
selectedTraces
- Method Detail |
---|
public IInputPort<Execution> getExecutionInputPort()
public IOutputPort<Execution> getExecutionOutputPort()
public boolean execute()
IAnalysisPlugin
execute
in interface IAnalysisPlugin
public void terminate(boolean error)
IAnalysisPlugin
terminate
in interface IAnalysisPlugin
error
- true iff an error occured.
|
Kieker 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |