Getsession, Getoutputvalue -- value of field, Getoutputvalue -- value of one occurrence of field – HP NonStop G-Series User Manual
Page 216
The JoltSessionBean that is used by this service bean
Usage Sets the JoltSessionBean associated with this JoltServiceBean.
getSession
The getSession() method gets the JoltSessionBean used by this JoltServiceBean.
JoltSessionBean getSession()
Returns JoltSessionBean
Usage Gets the JoltSessionBean used by this JoltServiceBean.
getOutputValue -- value of field
The getOutputValue() method gets the value of a field in the output buffer using the field's
native type.
Object getOutputValue(String fieldName)
fieldName
Name of the field.
Returns Value of the field.
Usage Gets the value of a field in the output buffer using the field's native type.
Throws NoSuchFieldError
getOutputValue -- value of one occurrence of field
The getOutputValue() method gets the value of one occurrence of a field in the output buffer
using the field's native type.
Object getOutputValue(String fieldName, int index)
fieldName
Name of the field.
index
Index of the field.
Returns Value of the field.
Usage Gets the value of one occurrence in the output buffer using the field's native type.
Throws NoSuchFieldError