TIBCO Adapter SDK C++ Reference
MInstance Members
MInstance | Legend
Members
Methods
Method Description
== Checks whether this MInstance is exactly equal to the instance passed in as an argument.
deepCopy Makes a deep copy of this MInstance.
deserialize  
deserialize  
downCast Performs safe cast operation for MInstance objects.
downCast Performs safe cast operation for MInstance objects.
get Retrieve the value of the specified attribute in this MInstance as an MData pointer. You can then use the MData methods to retrieve the actual attribute value.
getClassDescription Return the MModeledClassDescription (subclass of MBaseClassDescription) from which this MInstance was created.
getClassName Return the char* "MInstance" when called for an instance of this class.
getName Return the name of the class represented by this MInstance, that is, the name from the class registry used to create this MInstance.
getSelector  
isNullData Checks whether the value of the named attribute is null.
MInstance Constructor for creating MInstance instances. This constructor creates an MInstance by making a copy of an existing MInstance.
MInstance Deprecated in TIBCO SDK 3.x.
MInstance Constructor for creating MInstance instances. This constructor looks in the class registry for the class description specified by rsModeledClassName.
newEnumerator Creates an MEnumerator instance, which can be used to iterate through all attributes of this MInstance.
serialize Converts this MInstance to an MTree that can be sent on 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.

serialize Serializes this MInstance 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 Appends the specified element to the MInstance. A copy is made as part of the set() operation.
set Appends the specified element to the MInstance. A copy is made as part of the set() operation.
setNullData Set the value of the named attribute explicitly to NULL.
toString Convert this MInstance to an MString.
toXML Converts the MInstance into XML format and sets it into szXml.

 

unSet Removes attribute values that were previously added via an MInstance::set() call.
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.