|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionException | |
|---|---|
| com.sun.xml.ws.rx.rm.runtime.transaction | |
| Uses of TransactionException in com.sun.xml.ws.rx.rm.runtime.transaction |
|---|
| Methods in com.sun.xml.ws.rx.rm.runtime.transaction that throw TransactionException | |
|---|---|
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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||