Package | Description |
---|---|
com.caucho.transaction | |
javax.transaction |
Modifier and Type | Class and Description |
---|---|
class |
RollbackExceptionWrapper |
Modifier and Type | Method and Description |
---|---|
static RollbackException |
RollbackExceptionWrapper.create(java.lang.Throwable e) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionManagerImpl.commit()
Commit the transaction.
|
void |
UserTransactionImpl.commit()
Commits the transaction
|
void |
UserTransactionProxy.commit()
Commits the transaction
|
void |
TransactionImpl.commit()
Commit the transaction.
|
void |
UserTransactionImpl.enlistResource(ManagedResource resource)
Enlist a resource.
|
boolean |
TransactionImpl.enlistResource(XAResource resource)
Enlists a resource with the current transaction.
|
int |
UserTransactionImpl.getEnlistedResourceCount()
Returns the number of currently enlisted resources.
|
Xid |
UserTransactionImpl.getXid()
Returns the XID.
|
void |
TransactionImpl.putResource(java.lang.Object key,
XAResource resource)
Puts a resource into a map of resources and adds the resource to the
transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionManager.commit()
Commits the transaction
|
void |
UserTransaction.commit()
Commits the transaction
|
void |
Transaction.commit()
Commits the transaction.
|
boolean |
Transaction.enlistResource(XAResource xaRes)
Enlists a resource with the transaction.
|
void |
Transaction.registerSynchronization(Synchronization sync)
Registers a synchronization.
|