Jolt 1.1 User Guides

+----bea.jolt.beans.JoltServiceBean
The JoltServiceBean represents a remote TUXEDO service. It listens to JoltInputEvents from
other beans to populate its input buffer. JoltServiceBean offers the callService() method to
invoke the service.
JoltServiceBean is an event source for JoltOutputEvents that carry information about output of
the service. After a successful callService() listener beans are notified via a JoltOutputEvent
that carries the output buffer.
All getOutputValue/getOutputTextValue methods operate on output parameters only. All
setInputValue/setInputTextValue methods operate on input parameters only.
JoltServiceBean Constructor
The JoltServiceBean constructor creates a bean representing a Jolt service.
JoltServiceBean
This constructor creates an instance of the JoltServiceBean class.
JoltServiceBean()
See Also JoltInputEvent, JoltOutputEvent
JoltServiceBean Methods
The following methods are used in conjunction with the JoltServiceBean class:
propertyChange
dataChanged
setServiceName
getServiceName
isTransactional
setTransactional
setSession
getSession
getOutputValue -- value of field
getOutputTextValues
setInputValue -- value of field
setInputValue -- value of one occurrence of
field
setInputValues
setInputTextValue -- value of field
setInputTextValue -- value of one
occurrence of field
setInputTextValues
getOccurrenceCount