|
Services Builder for CICS(R) 3270 Bridge v2.0.0.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.attachmate.cicsbridge.j2ee.outputs.FindString
Return object that holds return code and location string was found at on the current screen.
BridgeAPI_EJB.findString(int, String, int, int, int)
,
BridgeAPI_EJB.findString(String, String, int, int, int)
,
Serialized FormConstructor Summary | |
FindString(int returnCode,
int row,
int column)
Creates a FindString object and sets member variables. |
Method Summary | |
int |
getColumn()
Returns the column position where the string was found. |
int |
getReturnCode()
Returns zero for success. |
int |
getRow()
Returns the row position where the string was found. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FindString(int returnCode, int row, int column)
FindString
object and sets member variables.
returnCode
- - zero for success. For possible failure values, see the getReturnCodeMessage
method.row
- - The cursor row position.column
- - The cursor column position.Method Detail |
public int getReturnCode()
getReturnCodeMessage
method.
public int getRow()
public int getColumn()
|
Services Builder for CICS(R) 3270 Bridge v2.0.0.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |