Joltoutputevent class, Isvector, Joltoutputevent methods – HP NonStop G-Series User Manual
Page 210: Iseventmessage

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:
getValue -- value of one occurrence of a field
getTextValue -- value of a field
getTextValue -- value of one occurrence of a field
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()