TIBCO Adapter SDK C++ Reference
|
Applications usually change properties using the TIBCO Designer software, not the API. Use this method for all those cases. If you must make changes to TIBCO Repository using the API, use MPropertiesRegistry::newSettableProperties().
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. |
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 in incrementally. |
MProperties* newProperties(const MString& url, Mboolean isPrefetch = Mfalse, Mboolean isLinkChased = Mfalse) throw(MException);