TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
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:
Lock the
MProperties
instance calling this method.
Make changes by calling
MProperties::appendValue
() or
MProperties::setValue
().
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
MProperties
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference