Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-115
Class Cursor
Parameters
Class Cursor
Package
pathway.its
Syntax
public pathway.its.Cursor extends ScobolType
Description
This abstract class is the Java representation of the SCREEN COBOL special registers
NEW-CURSOR and OLD-CURSOR.
Member Summary
Data Members
Constructor
Cursor()
Abstract Method Implementation
Class-Specific Methods
operand1
The first operand in the intermediate operation of exponentiation.
operand2
The second operand; an integer.
Pic9 cursorCol Object representation of the field NEW-CURSOR-COL or
OLD-CURSOR-COL
Pic9 cursorRow Object representation of the field NEW-CURSOR-ROW or
OLD-CURSOR-ROW
getHostLength() Returns the number of bytes required to store the
NonStop Kernel representation of the data
getHostValue() Returns the NonStop Kernel representation of the
data as a byte array
setHostValue() Updates the value of the object with the given byte
array
initialize() Equivalent to the SCREEN COBOL statement
MOVE ZEROS to NEW-CURSOR or MOVE
ZEROS TO OLD-CURSOR