public interface EngineInterface extends ConfigurableToolsInterface, Versionable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMMAND_SHUTDOWN_HOOK
"SHUTDOWN_HOOK"
A TRD inputrecord command to terminate and shutdown the hook normally.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEngineName()
Retrieve the name of the Engine.
|
long |
processRecord(TestRecordHelper testRecordData)
Execute the processing of a stored test record.
|
launchInterface
getCoreInterface, isToolRunning, reset, shutdown
getDescription, getProductName, getVersion, setDescription, setProductName, setVersion
static final java.lang.String COMMAND_SHUTDOWN_HOOK
java.lang.String getEngineName()
long processRecord(TestRecordHelper testRecordData)
For STAF engines, this means the Test Record Data is stored in the predefined SAFSVARS storage.
For other engines, this will be implementation specific.
DriverConstants
Copyright © SAS Institute. All Rights Reserved.