Sets the current transaction time out value for this SQLServerXAResource object.
public boolean setTransactionTimeout(int seconds)
Parameters
seconds
An integer value.
Return Value
True if the timeout was successfully set. Otherwise, false.
Exceptions
javax.transaction.xa.XAException
Remarks
This setTransactionTimeout method is specified by the setTransactionTimeout method in the javax.transaction.xa.XAResource interface.