Package | Description |
---|---|
org.safs | |
org.safs.staf | |
org.safs.tools.drivers |
Modifier and Type | Method and Description |
---|---|
static STAFHelper |
SingletonSTAFHelper.getInitializedHelper(java.lang.String processName)
Purpose: static reference to only Singleton instance of this class. |
void |
STAFHelper.initialize(java.lang.String hookName)
Purpose: creates the STAFHandle |
Constructor and Description |
---|
STAFHelper(java.lang.String processName)
Purpose: constructor that also initializes with the given processName. |
Modifier and Type | Method and Description |
---|---|
static STAFHelper |
STAFProcessHelpers.launchSTAFProc(java.lang.String processName)
Attempt to launch STAF.
|
static STAFHelper |
STAFProcessHelpers.launchSTAFProcClass(java.lang.String processName,
java.lang.Class clazz)
Attempt to launch STAF.
|
static STAFHelper |
STAFProcessHelpers.registerHelper(java.lang.String process_name)
Create/Register/Retrieve a STAFHelper with the given process name.
|
static STAFHelper |
STAFProcessHelpers.registerHelperClass(java.lang.String process_name,
java.lang.Class clazz)
create/Register/Retrieve a STAFHelper with the given process name.
|
static void |
STAFProcessHelpers.unRegisterHelper(java.lang.String process_name)
unRegister a STAFHelper with the given process name.
|
Constructor and Description |
---|
EmbeddedHookSTAFHelper(java.lang.String processName) |
Copyright © SAS Institute. All Rights Reserved.