Uses of Interface
adams.flow.execution.FlowExecutionListener
-
Packages that use FlowExecutionListener Package Description adams.flow.control adams.flow.execution adams.flow.transformer -
-
Uses of FlowExecutionListener in adams.flow.control
Fields in adams.flow.control declared as FlowExecutionListener Modifier and Type Field Description protected FlowExecutionListener
Flow. m_FlowExecutionListener
the execution listener to use.Methods in adams.flow.control that return FlowExecutionListener Modifier and Type Method Description FlowExecutionListener
Flow. getFlowExecutionListener()
Returns the current listener in use.Methods in adams.flow.control with parameters of type FlowExecutionListener Modifier and Type Method Description protected void
Flow. deregisterGraphicalFlowExecutionListener(FlowExecutionListener l)
Deregisters the graphical flow execution listener.protected void
Flow. registerGraphicalFlowExecutionListener(FlowExecutionListener l)
Registers the graphical flow execution listener.void
Flow. setFlowExecutionListener(FlowExecutionListener l)
Sets the listener to use.boolean
Flow. startListeningAtRuntime(FlowExecutionListener l)
Attaches the listener and starts listening. -
Uses of FlowExecutionListener in adams.flow.execution
Subinterfaces of FlowExecutionListener in adams.flow.execution Modifier and Type Interface Description interface
GraphicalFlowExecutionListener
Interface for listeners that supply graphical output in from of a panel.interface
TimedFlowExecutionListener
Interface for listeners that performs updates/etc at regular intervals.Classes in adams.flow.execution that implement FlowExecutionListener Modifier and Type Class Description class
AbstractFlowExecutionListener
Ancestor for execution listeners.class
AbstractFlowExecutionListenerWithTable
Ancestor for graphical listeners that display their data in a table.class
AbstractGraphicalFlowExecutionListener
Ancestor for graphical listeners.class
AbstractTimedFlowExecutionListenerWithTable
Ancestor for listeners that use tables and update them at regular intervals.class
CurrentlyExecuted
Shows what actors are currently being executed.class
Debug
Allows the user to define breakpoints that suspend the execution of the flow, allowing the inspection of the current flow state.
Tokens can only inspected during 'preInput', 'preExecute' and 'postOutput' of Breakpoint control actors.class
ExecutionCounter
Counts how often an actor was executed.
The final counts can be written to a log file in CSV format.class
ExecutionLog
Generates a trace file with all activity logged, uses stdout when the log file is pointing to a directory.class
MultiListener
A meta-listener that executes all sub-listeners sequentially.class
NullListener
Dummy listener, does nothing.class
RemoteFlowListener
Listens on the specified port, returns the currently running flow setup.class
Time
Shows how much time actors are taking in their method calls (gets accumulated).Fields in adams.flow.execution declared as FlowExecutionListener Modifier and Type Field Description protected FlowExecutionListener
DefaultFlowExecutionListeningSupporter. m_Listener
the listener to use.protected FlowExecutionListener[]
MultiListener. m_Listeners
the listeners.Methods in adams.flow.execution that return FlowExecutionListener Modifier and Type Method Description FlowExecutionListener
DefaultFlowExecutionListeningSupporter. getFlowExecutionListener()
Returns the current listener in use.FlowExecutionListener
FlowExecutionListeningSupporter. getFlowExecutionListener()
Returns the current listener in use.FlowExecutionListener[]
MultiListener. getSubListeners()
Returns the listeners in use.FlowExecutionListener
AbstractFlowExecutionListener. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.FlowExecutionListener
AbstractFlowExecutionListener. shallowCopy(boolean expand)
Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.flow.execution with parameters of type FlowExecutionListener Modifier and Type Method Description void
DefaultFlowExecutionListeningSupporter. setFlowExecutionListener(FlowExecutionListener l)
Sets the listener to use.void
FlowExecutionListeningSupporter. setFlowExecutionListener(FlowExecutionListener l)
Sets the listener to use.void
MultiListener. setSubListeners(FlowExecutionListener[] value)
Sets the listeners to use.boolean
DefaultFlowExecutionListeningSupporter. startListeningAtRuntime(FlowExecutionListener l)
Attaches the listener and starts listening.boolean
FlowExecutionListeningSupporter. startListeningAtRuntime(FlowExecutionListener l)
Attaches the listener and starts listening. -
Uses of FlowExecutionListener in adams.flow.transformer
Fields in adams.flow.transformer declared as FlowExecutionListener Modifier and Type Field Description protected FlowExecutionListener
ExecuteActor. m_FlowExecutionListener
the execution listener to use.Methods in adams.flow.transformer that return FlowExecutionListener Modifier and Type Method Description FlowExecutionListener
ExecuteActor. getFlowExecutionListener()
Returns the current listener in use.Methods in adams.flow.transformer with parameters of type FlowExecutionListener Modifier and Type Method Description void
ExecuteActor. setFlowExecutionListener(FlowExecutionListener l)
Sets the listener to use.boolean
ExecuteActor. startListeningAtRuntime(FlowExecutionListener l)
Attaches the listener and starts listening.
-