Searched defs:Transaction (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/transaction/javax.transaction/src/main/java/javax/transaction/
H A DTransaction.java48 * The Transaction interface allows operations to be performed against
49 * the transaction in the target Transaction object. A Transaction
51 * The Transaction object can be used for resource enlistment,
56 public interface Transaction { interface
59 * Complete the transaction represented by this Transaction object.
87 * with the target Transaction object.
109 * target Transaction object.
134 * Transaction object.
172 * Rollback the transaction represented by this Transaction objec
[all...]
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/
H A DTransaction.java46 public interface Transaction extends com.sun.jdo.api.persistence.support.Transaction, Synchronization interface in inherits:com.sun.jdo.api.persistence.support.Transaction,Synchronization
53 void begin(javax.transaction.Transaction t);
/glassfish-3.1.2/persistence/cmp/internal-api/src/main/java/com/sun/jdo/api/persistence/support/
H A DTransaction.java42 * Transaction.java
50 /** The JDO Transaction interface is a sub-interface of the PersistenceManager
53 * <P>Transaction options include whether optimistic concurrency
57 * <P>Transaction completion methods have the same semantics as javax.transaction
64 public interface Transaction interface
71 * is assigned to this Transaction
143 /** The user-specified Synchronization instance for this Transaction instance.
150 * to execute in the datastore associated with this Transaction instance
157 * to execute in the datastore associated with this Transaction instance
164 * to execute in the datastore associated with this Transaction instanc
[all...]

Completed in 25 milliseconds