TIBCO Adapter SDK C++ Reference
|
Method | Description |
![]() ![]() | Add the specified value for the attribute specified by rsAttrPath. |
![]() ![]() | Add the specified value for the attribute specified by rsAttrPath. |
![]() ![]() | Add the specified value for the attribute specified by rsAttrPath. |
![]() ![]() | Add the specified value for the attribute specified by rsAttrPath. |
![]() ![]() | Return the full path of this MProperties instance in the TIBCO Repository. |
![]() ![]() | Return the number of properties that share the specified name. |
![]() |
Retrieve the MPropertiesRegistry associated with this MProperties instance. Applications can use multiple MProperties instances. Each instance is then associated with and available through the properties registry for the application. |
![]() ![]() |
Retrieve the value specified by rsAttrPath. The return value holds the data pointer, which can be of any type. |
![]() ![]() | Retrieve the value specified by rsAttrPath and store it in riValue. This form stores integer values. |
![]() ![]() |
Retrieve the value specified by rsAttrPath and store it in rbValue. This form returns the value as a boolean. Capitalization in the source of the properties (such as the adapter instance description object) does not matter. The return value is not the property itself but an indication of success or failure. The result is passed back through the rbValue parameter. |
![]() ![]() | Retrieve the value specified by rsAttrPath and store it in rsValue. |
![]() ![]() | Retrieve the value specified by rsAttrPath and stores it in ruValue. This form stores unsigned integer values. |
![]() ![]() | Determine whether this MProperties instance is changed. |
![]() ![]() | Determine whether this MProperties instance is locked. Applications can lock an MProperties instance by calling the lock method. |
![]() ![]() | Return true if this MProperties instance encapsulates a TIBCO Repository location, false if it is an MXMLProperties. This method is useful for SDK 2.x applications that are in the process of upgrading. |
![]() ![]() | Determine whether this MProperties instance is writable. The instance is writable if it was constructed with the newSettableMProperties constructor. It is not writable otherwise. |
![]() ![]() | Lock this MProperties instance so no one can write to it. |
![]() ![]() | Create a new MPropertiesEnumerator. Applications can call MPropertiesEnumerator::next() to retrieve the next name/value pair. |
![]() ![]() | Replace an existing value for an attribute in this MProperties instance. If the attribute has no current value, this method adds it to the registry. |
![]() ![]() | Replace an existing value for an attribute in this MProperties instance. If the attribute has no current value, this method adds it to the registry. |
![]() ![]() | Replace an existing value for an attribute in this MProperties instance. If the attribute has no current value, this method adds it to the registry. |
![]() ![]() | Replace an existing value for an attribute in this MProperties instance. If the attribute has no current value, this method adds it to the registry. |