Searched refs:LocalTransaction (Results 1 - 8 of 8) 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
H A DConnection.java75 /** Returns an LocalTransaction instance that enables a component to
78 * local transactions on an Connection using LocalTransaction
82 * @return LocalTransaction instance
84 * @throws ResourceException Failed to return a LocalTransaction
90 * @see javax.resource.cci.LocalTransaction
94 LocalTransaction getLocalTransaction() throws ResourceException;
/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>
H A DManagedConnection.java52 * <code>javax.resource.spi.LocalTransaction</code>.
61 * <p>The LocalTransaction interface is used by the application server
68 * @see javax.resource.spi.LocalTransaction
229 /** Returns an <code>javax.resource.spi.LocalTransaction</code> instance.
230 * The LocalTransaction interface is used by the container to manage
233 * @return LocalTransaction instance
241 LocalTransaction getLocalTransaction() throws ResourceException;
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/
H A DLocalTransactionImpl.java57 public class LocalTransactionImpl implements javax.resource.spi.LocalTransaction {
H A DManagedConnection.java530 public javax.resource.spi.LocalTransaction getLocalTransaction() throws ResourceException {
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/
H A DConnectionPoolObjectsUtils.java209 case LocalTransaction:
233 * <li>LocalTransaction</li>

Completed in 31 milliseconds