TIBCO Adapter SDK C++ Reference
MUnion Methods
MUnion | Legend
Methods
Method Description
== Return true if this MUnion is equal to the one passed in as an argument.
get Retrieve the specified attribute from this union.
getClassDescription Return the MUnionDescription (subclass of MBaseClassDescription) for this MUnion.
getClassName Return the name of this class as a char*.
getMemberName Return the name of the currently active member from this union.
MUnion Constructs an instance of MUnion. This constructor copies an existing MUnion.
MUnion Constructs an instance of MUnion. This constructs an MUnion instance given the union name.
MUnion This constructs an MUnion with the given union name. It also makes the named member the active member and sets its value to the specified value.
serialize Convert this MUnion instance to an MTree that can be sent on the network. Only the currently active member of this union is sent

By default, messages are sent in MMessageFormat.AERV. The default can be overridden by the command line.

See "Transports, Wire Formats, and Message Formats" in TIBCO Adapter SDK Programmer's Guide.

See also MMessageFormat.

serialize Serializes this MUnion so it can be sent out as an MTree over the network.

By default, messages are sent in MMessageFormat.AERV. The default can be overridden by the command line.

See "Transports, Wire Formats, and Message Formats" in TIBCO Adapter SDK Programmer's Guide.

See also MMessageFormat.

set Make the specified member name as the active member and set the value for it.
set Make the specified member name as the active member and set the value for it.
toString Convert this MUnion instance to an MString.
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.