Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 9 Session : tibemsSession : tibemsSession_Commit

tibemsSession_Commit
Function
Purpose
Commit the open transaction.
C Declaration
tibems_status tibemsSession_Commit(
    tibemsSession session );
COBOL Call
CALL "tibemsSession_Commit"
USING BY VALUE session,
RETURNING tibems-status
END-CALL.
 
session has usage pointer.
Remarks
A session (with transaction semantics) always has exactly one open transaction. Message operations associated with the session become part of that transaction. This call commits all the messages within the transaction, and releases any locks. Then it opens a new transaction.
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved