public class WebViewRecording extends SimpleFiringRecording<java.lang.Integer>
_fireStateTable_containerFullName, _containerLSID, _containerName, _debugPrint, _debugWriter, _machineStr, _recorder, _recorderContainer, _stateSerializer| Constructor and Description |
|---|
WebViewRecording() |
| Modifier and Type | Method and Description |
|---|---|
void |
actorFire(FiringEvent event,
java.util.Date timestamp)
Record an actor firing at a specific time.
|
void |
executionError(Nameable source,
java.lang.Throwable throwable,
KeplerLSID executionLSID)
An actor threw an exception.
|
void |
executionStart(KeplerLSID executionLSID,
java.util.Date timestamp)
Record the starting of workflow execution at a specific time.
|
void |
executionStop(KeplerLSID executionLSID,
java.util.Date timestamp)
Record the stopping of workflow execution.
|
void |
setContainer(ProvenanceRecorder container)
Set the container.
|
regActor, regContents, specificationStart_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, portEvent, refillPortEvent, regDirector, regLink, regParameter, regPort, regRelation, remove, removeLink, removeStateSerializer, rename, renamedWorkflow, setContainerLSID, setContainerName, setDebugWriter, setStateSerializer, specificationStop, tagAdded, tagRemovedpublic WebViewRecording() throws RecordingException
RecordingExceptionpublic void actorFire(FiringEvent event, java.util.Date timestamp) throws RecordingException
RecordingactorFire in class RecordingRecordingExceptionpublic void executionError(Nameable source, java.lang.Throwable throwable, KeplerLSID executionLSID) throws RecordingException
executionError in class Recordingsource - throwable - executionLSID - RecordingExceptionpublic void executionStart(KeplerLSID executionLSID, java.util.Date timestamp) throws RecordingException
executionStart in class RecordingexecutionLSID - RecordingExceptionpublic void executionStop(KeplerLSID executionLSID, java.util.Date timestamp) throws RecordingException
executionStop in class RecordingexecutionLSID - RecordingExceptionpublic void setContainer(ProvenanceRecorder container)
RecordingsetContainer in class Recording