beautypg.com

Setbytesvalue -- by index, Setbytesvalue, Getcount – HP NonStop G-Series User Manual

Page 289

background image

The default value if the data element does not exist.

Returns The octet value of the data element or the default value.

Usage This method is same as getBytesValue(name, 0, defval) method.

setBytesValue -- by index

void setBytesValue(String name, int index, byte value[])

name

The name of the data element.

index

The index of the data element.

value

The octet value for the data element.

Usage Set the octet value of a data element associated with a name and an index. The data
element should be defined as carray in TUXEDO.

setBytesValue

void setBytesValue(String name, byte value[])

name

The name of the data element.

value

The octet value for the data element.

Usage This method is same as setBytesValue(name,0,value) for the octet value.

getCount

int getCount(String name)

name

The name of the data element.

Returns The count.

Usage Get the occurrence count of a data element.