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

123

/glassfish-3.1.2/transaction/javax.transaction/src/main/java/javax/transaction/
H A DHeuristicCommitException.java41 package javax.transaction;
H A DHeuristicMixedException.java41 package javax.transaction;
H A DHeuristicRollbackException.java41 package javax.transaction;
H A DInvalidTransactionException.java41 package javax.transaction;
44 * This exception indicates that the request carried an invalid transaction
H A DNotSupportedException.java41 package javax.transaction;
48 * that is already associated with a transaction attempts to start a new
49 * transaction. (A nested transaction occurs when a thread is already
50 * associated with one transaction and attempts to start a second
51 * transaction.)
H A DRollbackException.java41 package javax.transaction;
44 * RollbackException exception is thrown when the transaction has been
45 * marked for rollback only or the transaction has been rolled back
H A DTransactionRequiredException.java41 package javax.transaction;
44 * This exception indicates that a request carried a null transaction context,
45 * but the target object requires an active transaction.
H A DTransactionRolledbackException.java41 package javax.transaction;
44 * This exception indicates that the transaction associated with processing
47 * performed because further computation on behalf of the transaction would be
H A DSynchronization.java41 package javax.transaction;
44 * The transaction manager supports a synchronization mechanism
46 * after the transaction completes. Using the registerSynchronization
48 * for the transaction currently associated with the target Transaction
54 * The beforeCompletion method is called by the transaction manager prior
55 * to the start of the two-phase transaction commit process. This call is
56 * executed with the transaction context of the transaction that is being
62 * This method is called by the transaction
63 * manager after the transaction i
[all...]
H A DSystemException.java41 package javax.transaction;
44 * The SystemException is thrown by the transaction manager to
46 * that prevents future transaction services from proceeding.
H A DUserTransaction.java41 package javax.transaction;
49 * application to explicitly manage transaction boundaries.
54 * Create a new transaction and associate it with the current thread.
57 * associated with a transaction and the Transaction Manager
60 * @exception SystemException Thrown if the transaction manager
67 * Complete the transaction associated with the current thread. When this
68 * method completes, the thread is no longer associated with a transaction.
71 * the transaction has been rolled back rather than committed.
82 * not allowed to commit the transaction.
85 * not associated with a transaction
[all...]
H A DStatus.java41 package javax.transaction;
44 * The Status interface defines static variables used for transaction
50 * A transaction is associated with the target object and it is in the
52 * transaction has been started and prior to a Coordinator issuing
53 * any prepares, unless the transaction has been marked for rollback.
58 * A transaction is associated with the target object and it has been
64 * A transaction is associated with the target object and it has been
72 * A transaction is associated with the target object and it has been
74 * transaction would have been destroyed and NoTransaction returned.
79 * A transaction i
[all...]
/glassfish-3.1.2/transaction/internal-api/src/main/java/com/sun/enterprise/transaction/api/
H A DTransactionConstants.java41 package com.sun.enterprise.transaction.api;
H A DRecoveryResourceRegistry.java41 package com.sun.enterprise.transaction.api;
49 import com.sun.enterprise.transaction.spi.RecoveryResourceListener;
50 import com.sun.enterprise.transaction.spi.RecoveryEventListener;
H A DResourceRecoveryManager.java41 package com.sun.enterprise.transaction.api;
58 * @param logPath transaction log directory path
59 * @return boolean indicating the status of transaction recovery
67 * @param logPath transaction log directory path
70 * @return boolean indicating the status of transaction recovery
H A DTransactionImport.java41 package com.sun.enterprise.transaction.api;
43 import javax.transaction.SystemException;
44 import javax.transaction.xa.XAResource;
45 import javax.transaction.xa.Xid;
49 * Transaction Manager extensions to support transaction inflow w/o resource adapter.
53 * Recreate a transaction based on the Xid. This call causes the calling
54 * thread to be associated with the specified transaction.
57 * This method imports a transactional context controlled by an external transaction manager.
59 * @param xid the Xid object representing a transaction.
64 * Release a transaction
[all...]
/glassfish-3.1.2/transaction/jta-xa/src/main/java/com/sun/enterprise/transaction/xa/
H A DTransactionsRecoveryEventListenerImpl.java41 package com.sun.enterprise.transaction.xa;
43 //import com.sun.enterprise.transaction.monitor.JTSMonitorMBean;
78 throw new AdminEventListenerException(sm.getString("transaction.unexpected_exception_in_recover-transactions"));
/glassfish-3.1.2/transaction/internal-api/src/main/java/com/sun/enterprise/transaction/spi/
H A DRecoveryResourceHandler.java41 package com.sun.enterprise.transaction.spi;
48 * RecoveryResourceHandler will be used by transaction-manager to get resource instances.<br>
49 * Using these resource instances, transaction recovery will be done.<br>
51 * transaction-manager
H A DRecoveryResourceListener.java41 package com.sun.enterprise.transaction.spi;
43 import javax.transaction.xa.XAResource;
H A DTransactionInternal.java41 package com.sun.enterprise.transaction.spi;
43 import javax.transaction.*;
H A DTransactionOperationsManager.java41 package com.sun.enterprise.transaction.spi;
67 * Called by the UserTransaction when transaction is started.
H A DRecoveryEventListener.java41 package com.sun.enterprise.transaction.spi;
54 * @param delegated identifies whether it is part of a delegated transaction recovery
55 * @param instance the instance name for which transaction recovery is performed, null if unknown
62 * @param delegated identifies whether it is part of a delegated transaction recovery
63 * @param instance the instance name for which transaction recovery is performed, null if unknown
/glassfish-3.1.2/transaction/javax.transaction/src/main/java/javax/transaction/xa/
H A DXid.java41 package javax.transaction.xa;
44 * The Xid interface is a Java mapping of the X/Open transaction identifier
46 * retrieve a global transaction's format ID, global transaction ID,
47 * and branch qualifier. The Xid interface is used by the transaction
71 * Obtain the global transaction identifier part of XID as an array
74 * @return Global transaction identifier.
79 * Obtain the transaction branch identifier part of XID as an array
82 * @return Global transaction identifier.
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/enterprise/transaction/jts/api/
H A DTransactionRecoveryFence.java41 package com.sun.enterprise.transaction.jts.api;
50 * Interface for locking of the transaction recovery process
56 * of transaction starts immediatley after the initialization.
/glassfish-3.1.2/transaction/internal-api/src/main/java/com/sun/enterprise/transaction/startup/
H A DTransactionLifecycleService.java41 package com.sun.enterprise.transaction.startup;
52 import com.sun.enterprise.transaction.api.JavaEETransactionManager;
62 * Service wrapper to only lookup the transaction recovery when there

Completed in 69 milliseconds

123