protected class ExecutionMonitorPanel.ExecutionMonitorRecording extends SimpleFiringRecording<java.lang.Integer>
_fireStateTable
_containerFullName, _containerLSID, _containerName, _debugPrint, _debugWriter, _machineStr, _recorder, _recorderContainer, _stateSerializer
Constructor and Description |
---|
ExecutionMonitorRecording() |
Modifier and Type | Method and Description |
---|---|
void |
actorFire(FiringEvent event,
java.util.Date timestamp)
Record an actor firing.
|
void |
executionError(Nameable source,
java.lang.Throwable throwable)
The workflow had an error.
|
void |
executionStart(KeplerLSID executionLSID,
java.util.Date timestamp)
Record the starting of workflow execution.
|
void |
executionStop(KeplerLSID executionLSID,
java.util.Date timestamp)
Record the stopping of workflow execution.
|
void |
portEvent(IOPortEvent event,
java.util.Date timestamp)
Record a port event.
|
boolean |
regPort(TypedIOPort port)
Register a port.
|
void |
specificationStart()
Clear data structures before starting.
|
regActor, regContents
_debug, _debug, _debugWrite, _debugWrite, _error, _getExceptionMessage, _getNameableFullName, _needWorkflowContents, _updateContainerName, _warn, actorFire, addFileForLastExecution, attributeChanged, changeExecutionLSID, customProvEvent, disconnect, evolutionStart, evolutionStop, executionError, executionImported, executionImported, executionStart, executionStart, executionStart, executionStop, executionStop, executionStop, generateParameters, getContainer, getQueryable, portEvent, refillPortEvent, regDirector, regLink, regParameter, regRelation, remove, removeLink, removeStateSerializer, rename, renamedWorkflow, setContainer, setContainerLSID, setContainerName, setDebugWriter, setStateSerializer, specificationStop, tagAdded, tagRemoved
public ExecutionMonitorRecording() throws RecordingException
RecordingException
public void actorFire(FiringEvent event, java.util.Date timestamp) throws RecordingException
actorFire
in class Recording
RecordingException
public void executionError(Nameable source, java.lang.Throwable throwable) throws RecordingException
executionError
in class Recording
source
- The source of the error. This may be null.throwable
- The error.RecordingException
public void executionStart(KeplerLSID executionLSID, java.util.Date timestamp) throws RecordingException
executionStart
in class Recording
RecordingException
public void executionStop(KeplerLSID executionLSID, java.util.Date timestamp) throws RecordingException
executionStop
in class Recording
RecordingException
public void portEvent(IOPortEvent event, java.util.Date timestamp) throws RecordingException
portEvent
in class Recording
RecordingException
public boolean regPort(TypedIOPort port)
public void specificationStart() throws RecordingException
specificationStart
in class SimpleFiringRecording<java.lang.Integer>
RecordingException