Method | Description |
![]() |
Return the item at the specified position in the association list.
|
![]() ![]() | Destructor. |
![]() ![]() | Map the specified key to the specified value in the association as an additional value to any existing ones already in the association. The attribute name cannot be NULL. |
![]() ![]() | Map the specified key to the specified value in the association as an additional value to any existing ones already in the association. The attribute name cannot be NULL. |
![]() ![]() | Remove all attributes from this association list. |
![]() | Smart cast operation for MAssocList classes. |
![]() | Smart cast operation for MAssocList classes. |
![]() ![]() | Accesses the association list. |
![]() ![]() | Accesses the list by index and returns the name and value of the attribute at the specified position. An exception is thrown if index is out of range. |
![]() ![]() | Determine whether the value of the named attribute has been explicitly set to NULL. |
![]() | Copy constructor. |
![]() | Creates an association list. |
![]() ![]() |
Create an enumerator for iterating through the association list. This method iterates the association list for a given name. |
![]() ![]() | Rremoves the entry specified by the given name. The method removes the first match or returns false if nothing matched. If position is specified, the method removes the Nth element with that name, or returns false if there are not that many elements with that name. |
![]() ![]() | Removes the entry based on position. It returns false if the specified position is out of bounds. |
![]() |
Serializes this MAssocList so it can be sent out as an MTree over the network. By default, messages are sent in M_AERV_MESSAGE_FORMAT. 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 MAssocList so it can be sent out as an MTree over the network. See "Transports, Wire Formats, and Message Formats" in TIBCO Adapter SDK Programmer's Guide. See also MMessageFormat. |
![]() ![]() |
Assign the specified value to the specified attribute. The new value overwrites any existing value. The method replaces the value of the attribute at the specified position if the attribute is present, else it appends the attribute with the specified name and value to the list. |
![]() ![]() |
Assign the specified value to the specified attribute. The new value overwrites any existing value. The method replaces the value of the attribute if it is present, if the index is out of bounds, it throws an exception. |
![]() ![]() | Set the value of the named attribute explicitly to NULL. |
![]() ![]() | Return the number of entries in this MAssocList. This method returns the number of all entries in this association and in all the contained or nested associations. |