Searched defs:transaction (Results 1 - 6 of 6) sorted by relevance

/openjdk7/corba/src/share/classes/javax/transaction/
H A DInvalidTransactionException.java32 package javax.transaction;
35 * This exception indicates that the request carried an invalid transaction
H A DTransactionRequiredException.java32 package javax.transaction;
35 * This exception indicates that a request carried a null transaction context,
36 * but the target object requires an activate transaction.
H A DTransactionRolledbackException.java32 package javax.transaction;
35 * This exception indicates that the transaction associated with processing
38 * because further computation on behalf of the transaction would be
/openjdk7/corba/src/share/classes/javax/transaction/xa/
H A DXid.java26 package javax.transaction.xa;
29 * The Xid interface is a Java mapping of the X/Open transaction identifier
31 * retrieve a global transaction format ID, global transaction ID,
32 * and branch qualifier. The Xid interface is used by the transaction
56 * Obtain the global transaction identifier part of XID as an array
59 * @return Global transaction identifier.
64 * Obtain the transaction branch identifier part of XID as an array
67 * @return Global transaction identifier.
H A DXAException.java26 package javax.transaction.xa;
30 * Transaction Manager of an error encountered by the involved transaction.
99 * The resource manager rolled back the transaction branch for a reason
110 * A transaction branch took too long.
115 * May retry the transaction branch.
130 * The transaction branch may have been heuristically completed.
135 * The transaction branch has been heuristically committed.
140 * The transaction branch has been heuristically rolled back.
145 * The transaction branch has been heuristically committed and
156 * The transaction branc
[all...]
H A DXAResource.java26 package javax.transaction.xa;
33 * and a Transaction Manager in a distributed transaction processing
35 * this interface to support the association between a global transaction
41 * transaction manager. An example of such a resource is a database
44 * the transaction manager as a transactional resource. The transaction
46 * in a global transaction. The transaction manager uses the
48 * to associate the global transaction with the resource, and it uses the
49 * <code>end</code> method to disassociate the transaction fro
[all...]

Completed in 55 milliseconds