TIBCO Adapter SDK C++ Reference
MPropertiesRegistry::rollback
MPropertiesRegistry
Undo the last commit() operation. If you made changes to the adapter instance description objects by changing information in one or more MProperties instances, you can call this method to undo the changes.
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 rollback() throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.