beautypg.com

Propertychange, Datachanged, Setservicename – HP NonStop G-Series User Manual

Page 214

background image

getOutputValue -- value of one
occurrence of field

getOutputValues

getOutputTextValue -- value of
field

getOutputTextValue -- value of
one occurrence of field

clear

callService

addJoltOutputListener

removeJoltOutputListener

propertyChange

The propertyChange() method is the event handler for PropertyChange events.

void propertyChange(PropertyChangeEvent evt)

evt

The event object.

Usage Event handler for PropertyChange events. The JoltSessionBean notifies the
JoltServiceBean when it logs on and off by raising a PropertyChangeEvent about its LoggedOn
property. The logoff of a session, other than the current session, does not affect the
JoltServiceBean. This method should not be called directly.

dataChanged

The dataChanged() method is the event handler method for JoltInputEvents. The
JoltServiceBean updates the input buffer field specified in the JoltInputEvent to the value
specified in the event.

void dataChanged(JoltInputEvent evt)

evt

The event object.

Usage Event handler for JoltInputEvents. This method should not be called directly.

setServiceName

The setServiceName() method sets the name of the remote service that this bean represents.

void setServiceName(String name)

name