Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
<
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_
X
XA_HEURCOM
- Static variable in class javax.transaction.xa.
XAException
The transaction branch has been heuristically committed.
XA_HEURHAZ
- Static variable in class javax.transaction.xa.
XAException
The transaction branch may have been heuristically completed.
XA_HEURMIX
- Static variable in class javax.transaction.xa.
XAException
The transaction branch has been heuristically committed and rolled back.
XA_HEURRB
- Static variable in class javax.transaction.xa.
XAException
The transaction branch has been heuristically rolled back.
XA_NOMIGRATE
- Static variable in class javax.transaction.xa.
XAException
Resumption must occur where suspension occured.
XA_OK
- Static variable in interface javax.transaction.xa.
XAResource
The transaction work has been prepared normally.
XA_RBBASE
- Static variable in class javax.transaction.xa.
XAException
The inclusive lower bound oof the rollback codes.
XA_RBCOMMFAIL
- Static variable in class javax.transaction.xa.
XAException
Rollback was caused by communication failure.
XA_RBDEADLOCK
- Static variable in class javax.transaction.xa.
XAException
A deadlock was detected.
XA_RBEND
- Static variable in class javax.transaction.xa.
XAException
The inclusive upper bound of the rollback error code.
XA_RBINTEGRITY
- Static variable in class javax.transaction.xa.
XAException
A condition that violates the integrity of the resource was detected.
XA_RBOTHER
- Static variable in class javax.transaction.xa.
XAException
The resource manager rolled back the transaction branch for a reason not on this list.
XA_RBPROTO
- Static variable in class javax.transaction.xa.
XAException
A protocol error occured in the resource manager.
XA_RBROLLBACK
- Static variable in class javax.transaction.xa.
XAException
Rollback was caused by unspecified reason.
XA_RBTIMEOUT
- Static variable in class javax.transaction.xa.
XAException
A transaction branch took too long.
XA_RBTRANSIENT
- Static variable in class javax.transaction.xa.
XAException
May retry the transaction branch.
XA_RDONLY
- Static variable in interface javax.transaction.xa.
XAResource
The transaction branch has been read-only and has been committed.
XA_RDONLY
- Static variable in class javax.transaction.xa.
XAException
The transaction branch has been read-only and has been committed.
XA_RETRY
- Static variable in class javax.transaction.xa.
XAException
Routine returned with no effect and may be reissued.
XAConnection
- interface javax.jms.
XAConnection
.
XAConnection extends the capability of Connection by providing an XASession (optional).
XAConnection
- interface javax.sql.
XAConnection
.
An XAConnection object provides support for distributed transactions.
XAConnectionFactory
- interface javax.jms.
XAConnectionFactory
.
Some application servers provide support for grouping JTS capable resource use into a distributed transaction (optional).
XADataSource
- interface javax.sql.
XADataSource
.
A factory for XAConnection objects.
XAER_ASYNC
- Static variable in class javax.transaction.xa.
XAException
Asynchronous operation already outstanding.
XAER_DUPID
- Static variable in class javax.transaction.xa.
XAException
The XID already exists.
XAER_INVAL
- Static variable in class javax.transaction.xa.
XAException
Invalid arguments were given.
XAER_NOTA
- Static variable in class javax.transaction.xa.
XAException
The XID is not valid.
XAER_OUTSIDE
- Static variable in class javax.transaction.xa.
XAException
The resource manager is doing work outside global transaction.
XAER_PROTO
- Static variable in class javax.transaction.xa.
XAException
Routine was invoked in an inproper context.
XAER_RMERR
- Static variable in class javax.transaction.xa.
XAException
A resource manager error has occured in the transaction branch.
XAER_RMFAIL
- Static variable in class javax.transaction.xa.
XAException
Resource manager is unavailable.
XAException
- exception javax.transaction.xa.
XAException
.
The XAException is thown by the Resource Manager (RM) to inform the Transaction Manager of error encountered for the transaction involved.
XAException()
- Constructor for class javax.transaction.xa.
XAException
Create an XAException.
XAException(int)
- Constructor for class javax.transaction.xa.
XAException
Create an XAException with a given error code.
XAException(String)
- Constructor for class javax.transaction.xa.
XAException
Create an XAException with a given string.
XAQueueConnection
- interface javax.jms.
XAQueueConnection
.
XAQueueConnection provides the same create options as QueueConnection (optional).
XAQueueConnectionFactory
- interface javax.jms.
XAQueueConnectionFactory
.
An XAQueueConnectionFactory provides the same create options as a QueueConnectionFactory (optional).
XAQueueSession
- interface javax.jms.
XAQueueSession
.
An XAQueueSession provides a regular QueueSession which can be used to create QueueReceivers, QueueSenders and QueueBrowsers (optional).
XAResource
- interface javax.transaction.xa.
XAResource
.
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).
XASession
- interface javax.jms.
XASession
.
XASession extends the capability of Session by adding access to a JMS provider's support for JTA (optional).
XATopicConnection
- interface javax.jms.
XATopicConnection
.
An XATopicConnection provides the same create options as TopicConnection (optional).
XATopicConnectionFactory
- interface javax.jms.
XATopicConnectionFactory
.
An XATopicConnectionFactory provides the same create options as TopicConnectionFactory (optional).
XATopicSession
- interface javax.jms.
XATopicSession
.
An XATopicSession provides a regular TopicSession which can be used to create TopicSubscribers and TopicPublishers (optional).
Xid
- interface javax.transaction.xa.
Xid
.
The Xid interface is a Java mapping of the X/Open transaction identifier XID structure.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
<
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_