Jolt 1.1 User Guides

isVector
The isVector() method retuns true if the field has multiple occurrences, otherwise it returns
false.
boolean isVector()
Returns True if the field has multiple occurrences, otherwise it returns false.
JoltOutputEvent Class
java.lang.Object
|
+----java.util.EventObject
|
+----bea.jolt.beans.JoltOutputEvent
JoltOutputEvent is the event class for event objects sent from JoltServiceBeans to GUI elements
when the reply from the TUXEDO service is received.
JoltOutputEvent Methods
The following methods are used in conjunction with the JoltOutputEvent class:
isEventMessage
getValue -- value of a field
getValue -- value of one occurrence of a field
getValues
getTextValue -- value of a field
getTextValue -- value of one occurrence of a field
getTextValues
isEventMessage
The isEventMessage() method returns a boolean value that is true if this JoltOutputEvent has
been constructed for a TUXEDO event. It is false if this JoltOutputEvent has been constructed
for a service reply.
boolean isEventMessage()