public abstract class RobotJHook
extends java.lang.Object
JavaHook
,
RRobotJHook
Modifier and Type | Field and Description |
---|---|
protected TestRecordHelper |
data |
protected static int |
DEBUG_MESSAGE
Convenience for local referencing instead of referencing AbstractLogFacility.
|
protected static int |
FAILED_MESSAGE
Log MessageType for local referencing.
|
protected static int |
FAILED_OK_MESSAGE
Log MessageType for local referencing.
|
protected static int |
GENERIC_MESSAGE
Convenience for local referencing instead of referencing AbstractLogFacility.
|
protected static STAFHelper |
helper |
protected LogUtilities |
log |
protected static int |
PASSED_MESSAGE
Log MessageType for local referencing.
|
protected ProcessRequest |
processor |
static long |
REQUEST_PROCEED_TESTING
0
Proceed with normal testing
|
static long |
REQUEST_USER_STOPPED_SCRIPT_REQUEST
-1
The user has requested to STOP or ABORT execution of this engine.
|
static java.lang.String |
ROBOTJ_PROCESS_NAME |
static java.lang.String |
SHUTDOWN_RECORD |
protected DDGUIUtilities |
utils |
protected static int |
WARNING_MESSAGE
Log MessageType for local referencing.
|
protected static int |
WARNING_OK_MESSAGE
Log MessageType for local referencing.
|
Constructor and Description |
---|
RobotJHook() |
Modifier and Type | Method and Description |
---|---|
STAFHelper |
getHelper() |
protected abstract TestRecordHelper |
getTestRecordDataFactory() |
protected abstract TestRecordHelper |
getTestRecordDataFactory(DDGUIUtilities utils) |
protected abstract DDGUIUtilities |
getUtilitiesFactory() |
protected void |
initializeUtilities()
Allows subclasses to change some portions of the initialization that occurs
inside the start() method.
|
void |
setLogUtil(LogUtilities lu)
Allows the running script to set the appropriate LogUtilities class/subclass
to manage logging
|
public static final java.lang.String SHUTDOWN_RECORD
public static final java.lang.String ROBOTJ_PROCESS_NAME
protected static STAFHelper helper
protected LogUtilities log
protected static final int DEBUG_MESSAGE
protected static final int GENERIC_MESSAGE
protected static final int FAILED_MESSAGE
protected static final int FAILED_OK_MESSAGE
protected static final int PASSED_MESSAGE
protected static final int WARNING_MESSAGE
protected static final int WARNING_OK_MESSAGE
public static final long REQUEST_USER_STOPPED_SCRIPT_REQUEST
public static final long REQUEST_PROCEED_TESTING
protected DDGUIUtilities utils
protected TestRecordHelper data
protected ProcessRequest processor
public STAFHelper getHelper()
public void setLogUtil(LogUtilities lu)
lu
- LogUtilities used for loggingprotected void initializeUtilities()
getUtilitiesFactory()
,
#getTestRecordDataFactory(DDGUIUtilities
,
ProcessRequest#ProcessRequest(TestRecordHelper, LogUtilities))
protected abstract DDGUIUtilities getUtilitiesFactory()
protected abstract TestRecordHelper getTestRecordDataFactory()
protected abstract TestRecordHelper getTestRecordDataFactory(DDGUIUtilities utils)
Copyright © SAS Institute. All Rights Reserved.