Setbyteitem, Setbytesitem, Setdoubleitem – HP NonStop G-Series User Manual
Page 120

java.lang.NoSuchFieldException.
(field name) Attempt to set a field which is not defined for this service.
setByteItem
Sets a named item at a specified index with a byte value.
void setByteItem( String name, int itemNo, byte value );
Usage Sets the item specified in the name parameter at the index specified by itemNo with the byte value specified by the
value parameter. If the item already exists, the value is overwritten.
Throws
java.lang.IllegalAccessError.
(field name) Attempt to set a value to an output parameter field.
java.lang.NoSuchFieldException.
(field name) Attempt to set a field which is not defined for this service.
setBytesItem
Sets a named item at a specified index with a byte value.
void setBytesItem( String name, int itemNo, byte[] value,
int len );
Usage Sets the item specified in the name parameter at the index specified by itemNo with the byte array value specified
by the value parameter. If the item already exists, the value is overwritten.
Throws
java.lang.IllegalAccessError.
(field name) Attempt to set a value to an output parameter field.
java.lang.NoSuchFieldException.
(field name) Attempt to set a field which is not defined for this service.
setDoubleItem
Sets a named item at a specified index with a double precision value.
void setDoubleItem( String name, int itemNo, double value );
Usage Sets the item specified in the name parameter at the index specified by itemNo with the double precision value
specified by the value parameter. If the item already exists, the value is overwritten.
Throws
java.lang.IllegalAccessError.
(field name) Attempt to set a value to an output parameter field.
java.lang.NoSuchFieldException.
(field name) Attempt to set a field which is not defined for this service.