TIBCO Adapter SDK C++ Reference
MProperties::lock
MProperties
Lock this MProperties instance so no one can write to it.
Remarks
To make changes to an MProperties instance, applications go through these steps:

  1. Lock the MProperties instance calling this method.

  2. Make changes by calling MProperties::appendValue() or MProperties::setValue().

  3. Commit the changes to TIBCO Repository by calling MPropertiesRegistry::commit(). This call unlocks the MProperties instance as a side effect.
Declaration
virtual Mboolean lock();
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.