A B C D E F G H I J M N P R S T U V X 

X

XA_HEURCOM - Static variable in exception javax.transaction.xa.XAException
The transaction branch has been heuristically committed.
XA_HEURHAZ - Static variable in exception javax.transaction.xa.XAException
The transaction branch may have been heuristically completed.
XA_HEURMIX - Static variable in exception javax.transaction.xa.XAException
The transaction branch has been heuristically committed and rolled back.
XA_HEURRB - Static variable in exception javax.transaction.xa.XAException
The transaction branch has been heuristically rolled back.
XA_NOMIGRATE - Static variable in exception javax.transaction.xa.XAException
Resumption must occur where the suspension occurred.
XA_OK - Static variable in interface javax.transaction.xa.XAResource
The transaction work has been prepared normally.
XA_RBBASE - Static variable in exception javax.transaction.xa.XAException
The inclusive lower bound of the rollback codes.
XA_RBCOMMFAIL - Static variable in exception javax.transaction.xa.XAException
Indicates that the rollback was caused by a communication failure.
XA_RBDEADLOCK - Static variable in exception javax.transaction.xa.XAException
A deadlock was detected.
XA_RBEND - Static variable in exception javax.transaction.xa.XAException
The inclusive upper bound of the rollback error code.
XA_RBINTEGRITY - Static variable in exception javax.transaction.xa.XAException
A condition that violates the integrity of the resource was detected.
XA_RBOTHER - Static variable in exception javax.transaction.xa.XAException
The resource manager rolled back the transaction branch for a reason not on this list.
XA_RBPROTO - Static variable in exception javax.transaction.xa.XAException
A protocol error occurred in the resource manager.
XA_RBROLLBACK - Static variable in exception javax.transaction.xa.XAException
Indicates that the rollback was caused by an unspecified reason.
XA_RBTIMEOUT - Static variable in exception javax.transaction.xa.XAException
A transaction branch took too long.
XA_RBTRANSIENT - Static variable in exception javax.transaction.xa.XAException
May retry the transaction branch.
XA_RDONLY - Static variable in exception javax.transaction.xa.XAException
The transaction branch was read-only and has been committed.
XA_RDONLY - Static variable in interface javax.transaction.xa.XAResource
The transaction branch has been read-only and has been committed.
XA_RETRY - Static variable in exception javax.transaction.xa.XAException
Routine returned with no effect and may be reissued.
XAER_ASYNC - Static variable in exception javax.transaction.xa.XAException
There is an asynchronous operation already outstanding.
XAER_DUPID - Static variable in exception javax.transaction.xa.XAException
The XID already exists.
XAER_INVAL - Static variable in exception javax.transaction.xa.XAException
Invalid arguments were given.
XAER_NOTA - Static variable in exception javax.transaction.xa.XAException
The XID is not valid.
XAER_OUTSIDE - Static variable in exception javax.transaction.xa.XAException
The resource manager is doing work outside a global transaction.
XAER_PROTO - Static variable in exception javax.transaction.xa.XAException
Routine was invoked in an improper context.
XAER_RMERR - Static variable in exception javax.transaction.xa.XAException
A resource manager error has occurred in the transaction branch.
XAER_RMFAIL - Static variable in exception javax.transaction.xa.XAException
Resource manager is unavailable.
XAException - Exception in javax.transaction.xa
The XAException is thrown by the Resource Manager (RM) to inform the Transaction Manager of an error encountered by the involved transaction.
XAException() - Constructor for exception javax.transaction.xa.XAException
Create an XAException.
XAException(String) - Constructor for exception javax.transaction.xa.XAException
Create an XAException with a given string.
XAException(int) - Constructor for exception javax.transaction.xa.XAException
Create an XAException with a given error code.
XAResource - Interface in javax.transaction.xa
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).
Xid - Interface in javax.transaction.xa
The Xid interface is a Java mapping of the X/Open transaction identifier XID structure.
A B C D E F G H I J M N P R S T U V X 

Copyright © 1997-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.