|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.connector2.hod.J2HODInteractionSpec
This class defines an interaction specification which holds all interaction-relevant properties. keyName property should be set with one of the static string fields listed below in Field Summary.
The following table lists the properties:
Property Name | Type |
Default |
Access |
---|---|---|---|
cursorColumn | Integer | 0 | get/set |
cursorRow | Integer | 0 | get/set |
cursorRecognizeColumn | Integer | 0 | get/set |
cursorRecognizeRow | Integer | 0 | get/set |
executionTimeout | Integer | 60000 | get/set |
interactionVerb | Integer | InteractionSpec.SYNC_SEND_RECEIVE | get/set |
keyName | String | J2HODInteractionSpec.ENTER (#ENTER) | get/set |
recognizeColumn | Integer | 0 | get/set |
recognizeRow | Integer | 0 | get/set |
recognizeString | String | "" | get/set |
screenDescriptors | Vector | get/set | |
screenName | String | get/set | |
waitTime | Integer | 0 | get/set |
Field Summary | |
static java.lang.String |
CLEAR
|
static java.lang.String |
ENTER
|
static int |
EXECUTION_TIMEOUT_DEFAULT
|
static java.lang.String |
PA1
|
static java.lang.String |
PA2
|
static java.lang.String |
PA3
|
static java.lang.String |
PAGEDWN
|
static java.lang.String |
PAGEUP
|
static java.lang.String |
PF1
|
static java.lang.String |
PF10
|
static java.lang.String |
PF11
|
static java.lang.String |
PF12
|
static java.lang.String |
PF13
|
static java.lang.String |
PF14
|
static java.lang.String |
PF15
|
static java.lang.String |
PF16
|
static java.lang.String |
PF17
|
static java.lang.String |
PF18
|
static java.lang.String |
PF19
|
static java.lang.String |
PF2
|
static java.lang.String |
PF20
|
static java.lang.String |
PF21
|
static java.lang.String |
PF22
|
static java.lang.String |
PF23
|
static java.lang.String |
PF24
|
static java.lang.String |
PF3
|
static java.lang.String |
PF4
|
static java.lang.String |
PF5
|
static java.lang.String |
PF6
|
static java.lang.String |
PF7
|
static java.lang.String |
PF8
|
static java.lang.String |
PF9
|
static java.lang.String |
RESET
|
Fields inherited from interface javax.resource.cci.InteractionSpec |
SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE |
Constructor Summary | |
J2HODInteractionSpec()
Creates J2HODInteractionSpec instance. |
Method Summary | |
java.lang.Integer |
getCursorColumn()
Gets the cursorColumn property (java.lang.Integer) value. |
java.lang.Integer |
getCursorRecognizeColumn()
Gets the cursorRecognizeColumn property (java.lang.Integer) value. |
java.lang.Integer |
getCursorRecognizeRow()
Gets the cursorRecognizeRow property (java.lang.Integer) value. |
java.lang.Integer |
getCursorRow()
Gets the cursorRow property (java.lang.Integer) value. |
java.lang.Integer |
getExecutionTimeout()
Gets the executionTimeout property (java.lang.Integer) value. |
java.lang.Integer |
getInteractionVerb()
Gets the interactionVerb property (java.lang.Integer) value. |
java.lang.String |
getKeyName()
Gets the keyName property (java.lang.String) value. |
java.lang.Integer |
getRecognizeColumn()
Gets the recognizeColumn property (java.lang.Integer) value. |
java.lang.Integer |
getRecognizeRow()
Gets the recognizeRow property (java.lang.Integer) value. |
java.lang.String |
getRecognizeString()
Gets the recognizeString property (java.lang.String) value. |
java.util.Vector |
getScreenDescriptors()
Gets the screenDescriptors property (java.util.Vector) value. |
java.lang.String |
getScreenName()
Gets the screenName property (java.lang.String) value. |
java.lang.Integer |
getWaitTime()
Gets the waitTime property (java.lang.Integer) value. |
void |
setCursorColumn(java.lang.Integer cursorColumn)
Sets the cursorColumn property (java.lang.Integer) value for the column coordinate of cursor position. |
void |
setCursorRecognizeColumn(java.lang.Integer cursorRecognizeColumn)
Sets the cursorRecognizeColumn property (java.lang.Integer) value for the column coordinate of a string to be recognized. |
void |
setCursorRecognizeRow(java.lang.Integer cursorRecognizeRow)
Sets the cursorRecognizeRow property (java.lang.Integer) value for the row coordinate of a string to be recognized. |
void |
setCursorRow(java.lang.Integer cursorRow)
Sets the cursorRow property (java.lang.Integer) value for the row coordinate of cursor position. |
void |
setExecutionTimeout(java.lang.Integer executionTimeout)
Sets the executionTimeout property (java.lang.Integer) value for entire interaction process. |
void |
setInteractionVerb(java.lang.Integer interactionVerb)
Sets the interactionVerb property (java.lang.Integer) value to allow send and/or receive data. |
void |
setKeyName(java.lang.String keyName)
Sets the keyName property (java.lang.String) value. |
void |
setRecognizeColumn(java.lang.Integer recognizeColumn)
Sets the recognizeColumn property (java.lang.Integer) value. |
void |
setRecognizeRow(java.lang.Integer recognizeRow)
Sets the recognizeRow property (java.lang.Integer) value. |
void |
setRecognizeString(java.lang.String recognizeString)
Sets the recognizeString property (java.lang.String) value. |
void |
setScreenDescriptors(java.util.Vector screenDescriptors)
Sets the screenDescriptors property (java.util.Vector) value. |
void |
setScreenName(java.lang.String screenName)
Sets the screenName property (java.lang.String) value. |
void |
setWaitTime(java.lang.Integer waitTime)
Sets the waitTime property (java.lang.Integer) value to allow additional delay for host updates. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int EXECUTION_TIMEOUT_DEFAULT
public static final java.lang.String ENTER
public static final java.lang.String CLEAR
public static final java.lang.String PF1
public static final java.lang.String PF2
public static final java.lang.String PF3
public static final java.lang.String PF4
public static final java.lang.String PF5
public static final java.lang.String PF6
public static final java.lang.String PF7
public static final java.lang.String PF8
public static final java.lang.String PF9
public static final java.lang.String PF10
public static final java.lang.String PF11
public static final java.lang.String PF12
public static final java.lang.String PF13
public static final java.lang.String PF14
public static final java.lang.String PF15
public static final java.lang.String PF16
public static final java.lang.String PF17
public static final java.lang.String PF18
public static final java.lang.String PF19
public static final java.lang.String PF20
public static final java.lang.String PF21
public static final java.lang.String PF22
public static final java.lang.String PF23
public static final java.lang.String PF24
public static final java.lang.String PA1
public static final java.lang.String PA2
public static final java.lang.String PA3
public static final java.lang.String PAGEUP
public static final java.lang.String PAGEDWN
public static final java.lang.String RESET
Constructor Detail |
public J2HODInteractionSpec()
Method Detail |
public java.lang.Integer getCursorColumn()
setCursorColumn(java.lang.Integer)
public java.lang.Integer getCursorRecognizeColumn()
setCursorRecognizeColumn(java.lang.Integer)
public java.lang.Integer getCursorRecognizeRow()
setCursorRecognizeRow(java.lang.Integer)
public java.lang.Integer getCursorRow()
setCursorRow(java.lang.Integer)
public java.lang.Integer getExecutionTimeout()
setExecutionTimeout(java.lang.Integer)
public java.lang.Integer getInteractionVerb()
setInteractionVerb(java.lang.Integer)
public java.lang.String getKeyName()
setKeyName(java.lang.String)
public java.lang.Integer getRecognizeColumn()
setRecognizeColumn(java.lang.Integer)
public java.lang.Integer getRecognizeRow()
setRecognizeRow(java.lang.Integer)
public java.lang.String getRecognizeString()
setRecognizeString(java.lang.String)
public java.util.Vector getScreenDescriptors()
setScreenDescriptors(java.util.Vector)
public java.lang.String getScreenName()
setScreenName(java.lang.String)
public java.lang.Integer getWaitTime()
setWaitTime(java.lang.Integer)
public void setCursorColumn(java.lang.Integer cursorColumn)
cursorColumn
- java.lang.Integer - The new value for the property.getCursorColumn()
public void setCursorRecognizeColumn(java.lang.Integer cursorRecognizeColumn)
cursorRecognizeColumn
- java.lang.Integer - The new value for the property.getCursorRecognizeColumn()
public void setCursorRecognizeRow(java.lang.Integer cursorRecognizeRow)
cursorRecognizeRow
- java.lang.Integer - The new value for the property.getCursorRecognizeRow()
public void setCursorRow(java.lang.Integer cursorRow)
cursorRow
- java.lang.Integer - The new value for the property.getCursorRow()
public void setExecutionTimeout(java.lang.Integer executionTimeout)
executionTimeout
- java.lang.Integer - The new value for the property.getExecutionTimeout()
public void setInteractionVerb(java.lang.Integer interactionVerb)
interactionVerb
- java.lang.Integer - The new value for the property.getInteractionVerb()
public void setKeyName(java.lang.String keyName)
keyName
- java.lang.String - The new value for the property.getKeyName()
public void setRecognizeColumn(java.lang.Integer recognizeColumn)
recognizeColumn
- java.lang.Integer - The new value for the property.getRecognizeColumn()
public void setRecognizeRow(java.lang.Integer recognizeRow)
recognizeRow
- java.lang.Integer - The new value for the property.getRecognizeRow()
public void setRecognizeString(java.lang.String recognizeString)
recognizeString
- java.lang.String - The new value for the property.getRecognizeString()
public void setScreenDescriptors(java.util.Vector screenDescriptors)
screenDescriptors
- java.util.Vector - The new value for the property.getScreenDescriptors()
public void setScreenName(java.lang.String screenName)
screenName
- java.lang.String - The new value for the property.getScreenName()
public void setWaitTime(java.lang.Integer waitTime)
waitTime
- java.lang.Integer - The new value for the property.getWaitTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |