void |
TransactionHandler.begin(int txTimeout) |
Begin the transaction
|
void |
TransactionHandlerImpl.begin(int txTimeout) |
|
boolean |
TransactionHandler.canBegin() |
Can UserTransaction be started?
Can start only if it doesn't already exist.
|
void |
TransactionHandler.commit() |
Commit the transaction
|
void |
TransactionHandlerImpl.commit() |
|
int |
TransactionHandler.getStatus() |
javax.transaction.Status of the UserTransaction
|
int |
TransactionHandlerImpl.getStatus() |
|
String |
TransactionHandler.getStatusAsString() |
javax.transaction.Status as a String.
|
String |
TransactionHandlerImpl.getStatusAsString() |
|
boolean |
TransactionHandler.isActive() |
Is the UserTransaction active on this thread?
|
boolean |
TransactionHandlerImpl.isActive() |
|
boolean |
TransactionHandler.isMarkedForRollback() |
Is the UserTransaction marked for roll back?
|
boolean |
TransactionHandlerImpl.isMarkedForRollback() |
|
void |
TransactionHandler.rollback() |
Roll back the transaction
|
void |
TransactionHandlerImpl.rollback() |
|
void |
TransactionHandler.setRollbackOnly() |
Mark the transaction as roll back only
|
void |
TransactionHandlerImpl.setRollbackOnly() |
|
boolean |
TransactionHandler.transactionExists() |
Is transaction associated with the current thread?
|
boolean |
TransactionHandlerImpl.transactionExists() |
|
boolean |
TransactionHandler.userTransactionAvailable() |
Is the UserTransaction available?
|
boolean |
TransactionHandlerImpl.userTransactionAvailable() |
|