TIBCO Adapter SDK C++ Reference
|
If you used newSettableProperties to create the MProperties instance, you can then change information in the MProperties instance and commit the change to the repository.
Applications usually change properties using the TIBCO Designer software, not the API. Use this method only if you must make changes to TIBCO Repository using the API. Use MPropertiesRegistry::newProperties() otherwise.
Parameters | Description |
const MString& url | URL for the adapter instance description object that stores the information encapsulated by this MProperties. |
Mboolean isPrefetch = Mfalse | If the value of this parameter is true, all |
Mboolean isLinkChased = Mfalse | If the value of this parameter is true, the system follows all pointers from association list values to TIBCO Repository objects and uploads the information in each object into the repository. If false, links are not followed. |
Mboolean isAutoCreatePath = Mfalse | If true, the URL is created if it is not currently in TIBCO Repository. |
Mboolean isLocked = Mfalse | If true, the URL is locked at construction. If false, the URL is locked when the application writes to it the first time. |
up | from TIBCO Repository into the MProperties instance(s) associated with this class registry. If this parameter is false (the default), the information is loaded incrementally. |
MProperties* newSettableProperties(const MString& url, Mboolean isPrefetch = Mfalse, Mboolean isLinkChased = Mfalse, Mboolean isAutoCreatePath = Mfalse, Mboolean isLocked = Mfalse) throw(MException);