This exception is thrown by the rollback operation on a resource
to report that a heuristic decision was made and that all
relevant updates have been committed.
This exception is thrown to report that a heuristic decision was made
and that some relevant updates have been committed and others have
been rolled back.
This method is called to determine if the resource manager
instance represented by the target object is the same as
the resouce manager instance represented by the parameter
xares.
Provides the API that defines the contract between the transaction
manager and the various parties involved in a distributed transaction
namely : resource manager, application, and application server.
Provides the API that defines the contract between the transaction
manager and the resource manager, which allows the transaction manager
to enlist and delist resource objects (supplied by the resource manager
driver) in JTA transactions.
M
MAXBQUALSIZE -
Static variable in interface javax.transaction.xa.Xid
Maximum number of bytes returned by getBqual.
MAXGTRIDSIZE -
Static variable in interface javax.transaction.xa.Xid
RollbackException exception is thrown when the transaction has
been marked for rollback only or the transaction has been
rolled back instead of committed.
Modify the timeout value that is associated with transactions started
by the current thread with the begin method.
If an application has not called this method, the transaction service
uses some default value for the transaction timeout.
Modify the timeout value that is associated with transactions started
by the current thread with the begin method.
If an application has not called this method, the transaction
service uses some default value for the transaction timeout.
Suspend the transaction currently associated with the calling thread
and return a Transaction object that represents the transaction context
being suspended.
The transaction manager supports a synchronization mechanism that
allows the interested party to be notified before and after the
transaction completes.
The SystemException is thrown by the transaction manager to
indicate that it has encountered an unexpected error condition
that prevents future transaction services from proceeding.
This interface is intended for use by system level application server
components such as persistence managers, resource adapters, as well
as EJB and Web application components.
The XAResource interface is a Java mapping of the industry standard
XA interface based on the X/Open CAE Specification
(Distributed Transaction Processing: The XA Specification).
The XA interface defines the contract between a Resource Manager
and a Transaction Manager in a distributed transaction processing
(DTP) environment.