Method | Description |
![]() | Checks whether this MInstance is exactly equal to the instance passed in as an argument. |
![]() ![]() | Makes a deep copy of this MInstance. |
![]() | |
![]() | |
![]() | Performs safe cast operation for MInstance objects. |
![]() | Performs safe cast operation for MInstance objects. |
![]() ![]() | 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. |
![]() ![]() | Return the MModeledClassDescription (subclass of MBaseClassDescription) from which this MInstance was created. |
![]() ![]() | Return the char* "MInstance" when called for an instance of this class. |
![]() ![]() | Return the name of the class represented by this MInstance, that is, the name from the class registry used to create this MInstance. |
![]() ![]() | |
![]() ![]() | Checks whether the value of the named attribute is null. |
![]() | Constructor for creating MInstance instances. This constructor creates an MInstance by making a copy of an existing MInstance. |
![]() | Deprecated in TIBCO SDK 3.x. |
![]() | Constructor for creating MInstance instances. This constructor looks in the class registry for the class description specified by rsModeledClassName. |
![]() ![]() | Creates an MEnumerator instance, which can be used to iterate through all attributes of this MInstance. |
![]() ![]() |
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. |
![]() ![]() |
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. |
![]() ![]() | Appends the specified element to the MInstance. A copy is made as part of the set() operation. |
![]() ![]() | Appends the specified element to the MInstance. A copy is made as part of the set() operation. |
![]() ![]() | Set the value of the named attribute explicitly to NULL. |
![]() ![]() | Convert this MInstance to an MString. |
![]() ![]() |
Converts the MInstance into XML format and sets it into szXml.
|
![]() ![]() | Removes attribute values that were previously added via an MInstance::set() call. |