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


Chapter 12 XA—External Transaction Manager : tibemsXAResource : tibemsXAResource_GetTransactionTimeout

tibemsXAResource_GetTransactionTimeout
Function
Purpose
Get the timeout limit.
C Declaration
tibems_status tibemsXAResource_GetTransactionTimeout(
    tibemsXAResource xaResource,
    tibems_int* seconds );
COBOL Call
CALL "tibemsXAResource_GetTransactionTimeout"
USING BY VALUE xaResource,
BY REFERENCE seconds,
RETURNING tibems-status
END-CALL.
 
xaResource has usage pointer.
Parameters
 
Remarks
If an open, unprepared transaction does not log any activity on the server for this length of time, then the server automatically rolls back the transaction.
See Also
tibemsXAResource_SetTransactionTimeout on page 367

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