TIBCO Adapter SDK C++ Reference
MPropertiesRegistry::newProperties
MPropertiesRegistry
Create a new MProperties instance that can then be accessed via this MPropertiesRegistry. If you call newReadableProperties() to create an MProperties instance you cannot make changes to the MProperties instance.

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
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.
Declaration
MProperties* newProperties(const MString& url, Mboolean isPrefetch = Mfalse, Mboolean isLinkChased = Mfalse) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.