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

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/cci/
H A DLocalTransaction.java44 /** The LocalTransaction defines a transaction demarcation interface for
47 * system contract level LocalTransaction interface (as defined in
56 * LocalTransaction interface. If the LocalTransaction interface is supported
59 * LocalTransaction instance. A component can then use the
60 * returned LocalTransaction to demarcate a resource manager local transaction
69 public interface LocalTransaction { interface
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DLocalTransaction.java45 /** LocalTransaction interface provides support for transactions that
49 * <p>A resource adapter implements the javax.resource.spi.LocalTransaction
53 * <p>If a resource adapter supports the LocalTransaction interface, then
65 public interface LocalTransaction { interface
H A DTransactionSupport.java74 * by implementing the <code>LocalTransaction</code> interface.
77 LocalTransaction, enum constant in enum:TransactionSupport.TransactionSupportLevel
80 * and JTA transactions by implementing the <code>LocalTransaction</code>

Completed in 1466 milliseconds