|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.safs.TestRecordData
org.safs.TestRecordHelper
org.safs.android.SocketTestRecordHelper
public class SocketTestRecordHelper
| Field Summary |
|---|
| Fields inherited from class org.safs.TestRecordHelper |
|---|
requester |
| Fields inherited from class org.safs.TestRecordData |
|---|
possibleSeparator |
| Constructor Summary | |
|---|---|
SocketTestRecordHelper()
|
|
| Method Summary | |
|---|---|
void |
addKeywordProperty(java.lang.String propname,
java.lang.String propvalue)
Add a keyword property to the Properties list. |
java.util.Properties |
getKeywordProperties()
Can be null if no additional properties/values are needed for remote execution. |
java.lang.String |
getKeywordProperty(java.lang.String propname)
Get a keyword property from the Properties list. |
boolean |
processRemotely()
|
void |
reinit()
Set our added fields to their default values during each command initialization: setKeywordProperties(false); setProcessRemotely(true); |
void |
setKeywordProperties(java.util.Properties _props)
Can set to null if no additional properties/values are needed for remote execution. |
void |
setProcessRemotely(boolean processRemotely)
Keyword implementors will set this to true if the keyword is expecting a remote engine to complete the processing of the inputrecord. |
| Methods inherited from class org.safs.TestRecordHelper |
|---|
getCompGuiId, getCompInstancePath, getConfig, getDDGUtils, getStaf, getSTAFHelper, getWindowGuiId, isMixedRsUsed, populateDataFromVar, sendbackResponse, setConfig, setDDGUtils, setSTAFHelper |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SocketTestRecordHelper()
| Method Detail |
|---|
public java.util.Properties getKeywordProperties()
public void setKeywordProperties(java.util.Properties _props)
public void addKeywordProperty(java.lang.String propname,
java.lang.String propvalue)
propname - case-insensitive name of the property. It will be stored
and transmitted in lowerCase.propvalue - case-sensitive value for the property.public java.lang.String getKeywordProperty(java.lang.String propname)
propname - case-insensitive name of the property. It will be converted
to lowerCase before use.
public boolean processRemotely()
public void setProcessRemotely(boolean processRemotely)
processRemotely - set true if the underlying engine is expected to dispatch the command to
a remote engine. set false if the keyword was handled locally in its entirety.public void reinit()
reinit in class TestRecordDataTestRecordData.reinit()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||