public abstract class AbstractSTAFHelperCompatible extends java.lang.Object implements STAFHelperCompatibleInterface
Contains the common implementation of STAFHelperCompatibleInterface.
Modifier and Type | Field and Description |
---|---|
protected STAFHelper |
staf |
STAF2_CLASS_NAME, STAF3_CLASS_NAME
Constructor and Description |
---|
AbstractSTAFHelperCompatible() |
Modifier and Type | Method and Description |
---|---|
static STAFHelperCompatibleInterface |
getCompatibleSTAF(int stafVersion)
According to the STAF's version, get the instance of STAFHelperCompatibleInterface.
|
void |
setSTAFHelper(STAFHelper staf)
This MUST be called to set the STAFHelper before calling other methods.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRunningEngineNames, getServiceEvents
protected STAFHelper staf
public void setSTAFHelper(STAFHelper staf)
STAFHelperCompatibleInterface
setSTAFHelper
in interface STAFHelperCompatibleInterface
public static STAFHelperCompatibleInterface getCompatibleSTAF(int stafVersion)
stafVersion,
- int the STAF's major versionCopyright © SAS Institute. All Rights Reserved.