The following tables list the methods that are exposed by the SQLServerXAResource class.
Methods
Name | Description |
---|---|
Commits the global transaction specified by the given Xid object. |
|
Ends the work performed on behalf of a transaction branch. |
|
Tells the resource manager to forget about a heuristically completed transaction branch. |
|
Obtains the current transaction timeout value set for this SQLServerXAResource object. |
|
Determines if the resource manager instance represented by the target object is the same as the resource manager instance represented by the given XAResource object. |
|
Requests that the resource manager prepare for a transaction commit of the transaction specified by the given Xid object. |
|
Obtains a list of prepared transaction branches from a resource manager. |
|
Requests that the resource manager roll back work done on behalf of a transaction branch. |
|
Sets the current transaction timeout value for this SQLServerXAResource object. |
|
Starts work on behalf of a transaction branch specified in the Xid object. |
Inherited Methods
Class inherited from: | Methods |
---|---|
java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait |