Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)

Table Of Contents
Java Import Package Reference
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
6-125
Class Cursor
Description
The length of the returned byte array will be the same as that returned by
getHostLength().
Return Value
Returns the byte array used to represent the numeric value in the NonStop Kernel.
Method setHostValue
Purpose
Updates the value of the object with the given byte array.
Syntax
public void setHostValue (byte[] data)
Description
This method is used to store a byte pattern in this object.
Parameters
Method initialize
Purpose
Sets the values of the cursorRow and cursorCol objects to zeros.
Syntax
public void initialize()
Description
Equivalent to the SCREEN COBOL statement MOVE ZEROS TO NEW-CURSOR or
MOVE ZEROS TO OLD-CURSOR.
data The byte array whose contents will be the new value of this object.
The length of the array must be greater than or equal to
getHostLength().