|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RollbackException | |
---|---|
com.caucho.transaction | |
javax.transaction |
Uses of RollbackException in com.caucho.transaction |
---|
Subclasses of RollbackException in com.caucho.transaction | |
---|---|
class |
RollbackExceptionWrapper
|
Methods in com.caucho.transaction that return RollbackException | |
---|---|
static RollbackException |
RollbackExceptionWrapper.create(java.lang.Throwable e)
|
Methods in com.caucho.transaction that throw RollbackException | |
---|---|
void |
TransactionImpl.commit()
Commit the transaction. |
void |
TransactionManagerImpl.commit()
Commit the transaction. |
void |
UserTransactionImpl.commit()
Commits the transaction |
void |
UserTransactionProxy.commit()
Commits 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. |
Uses of RollbackException in javax.transaction |
---|
Methods in javax.transaction that throw RollbackException | |
---|---|
void |
Transaction.commit()
Commits the transaction. |
void |
TransactionManager.commit()
Commits the transaction |
void |
UserTransaction.commit()
Commits the transaction |
boolean |
Transaction.enlistResource(XAResource xaRes)
Enlists a resource with the transaction. |
void |
Transaction.registerSynchronization(Synchronization sync)
Registers a synchronization. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |