Function
Get the timeout limit.
tibems_status
tibemsXAResource_GetTransactionTimeout(tibemsXAResource
xaResource,tibems_int
* seconds );
CALL "tibemsXAResource_GetTransactionTimeout"
USING BY VALUE xaResource
,
BY REFERENCE seconds,
RETURNING tibems-status
END-CALL.
Parameter
|
Description
|
---|---|
xaResource
|
Get the transaction timeout of this resource.
|
seconds
|
The function stores the transaction timeout (in seconds) in this location.
|
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.
tibemsXAResource_SetTransactionTimeout
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |