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, tagRemoved
public WebViewRecording() throws RecordingException
RecordingException
public void actorFire(FiringEvent event, java.util.Date timestamp) throws RecordingException
Recording
actorFire
in class Recording
RecordingException
public void executionError(Nameable source, java.lang.Throwable throwable, KeplerLSID executionLSID) throws RecordingException
executionError
in class Recording
source
- throwable
- executionLSID
- RecordingException
public void executionStart(KeplerLSID executionLSID, java.util.Date timestamp) throws RecordingException
executionStart
in class Recording
executionLSID
- RecordingException
public void executionStop(KeplerLSID executionLSID, java.util.Date timestamp) throws RecordingException
executionStop
in class Recording
executionLSID
- RecordingException
public void setContainer(ProvenanceRecorder container)
Recording
setContainer
in class Recording