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


Chapter 9 Session : tibemsSession : tibemsSession_GetTransacted

tibemsSession_GetTransacted
Function
Purpose
Get the transactional semantics property of a session.
C Declaration
tibems_status tibemsSession_GetTransacted(
    tibemsSession session,
    tibems_bool* isTransacted );
COBOL Call
CALL "tibemsSession_GetTransacted"
USING BY VALUE session,
BY REFERENCE isTransacted,
RETURNING tibems-status
END-CALL.
 
session has usage pointer.
Parameters
 
Remarks
When true, then the session has transaction semantics, and the session’s acknowledge mode is irrelevant.
When false, it has non-transaction semantics.

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