TIBCO Adapter SDK C++ Reference
Up | Next
MPropertiesRegistry::commit
MPropertiesRegistry
Commit all information encapsulated by this MPropertiesRegistry instance, that is, all the information currently encapsulated by all MProperties instances that are in this registry is updated.

This method throws an exception if the repository instance associated with this MPropertiesRegistry is not available for some reason.

Remarks
Commit and rollback operations are always performed on a per registry basis, where changes from all MProperties instances associated with a registry are committed or rolled back together.
Declaration
void commit() throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.