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, tagRemovedpublic ExecutionMonitorRecording() throws RecordingException
RecordingExceptionpublic void actorFire(FiringEvent event, java.util.Date timestamp) throws RecordingException
actorFire in class RecordingRecordingExceptionpublic void executionError(Nameable source, java.lang.Throwable throwable) throws RecordingException
executionError in class Recordingsource - The source of the error. This may be null.throwable - The error.RecordingExceptionpublic void executionStart(KeplerLSID executionLSID, java.util.Date timestamp) throws RecordingException
executionStart in class RecordingRecordingExceptionpublic void executionStop(KeplerLSID executionLSID, java.util.Date timestamp) throws RecordingException
executionStop in class RecordingRecordingExceptionpublic void portEvent(IOPortEvent event, java.util.Date timestamp) throws RecordingException
portEvent in class RecordingRecordingExceptionpublic boolean regPort(TypedIOPort port)
public void specificationStart() throws RecordingException
specificationStart in class SimpleFiringRecording<java.lang.Integer>RecordingException