|
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.CursorPosition
Return object that holds return code and cursor position on the current host screen.
BridgeAPI_EJB.getCursorPosition()
,
Serialized FormConstructor Summary | |
CursorPosition(int returnCode,
int row,
int column)
Creates a CursorPosition object and sets member variables. |
Method Summary | |
int |
getColumn()
Returns the cursor column position. |
int |
getReturnCode()
Returns zero for success. |
int |
getRow()
Returns the cursor row position. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CursorPosition(int returnCode, int row, int column)
CursorPosition
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 |