|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use NoTransactionException | |
| org.objectweb.jotm.impl.core.conflict | Provides some implementations of the org.objectweb.jotm.core.conflict interfaces |
| org.objectweb.jotm.impl.core.transaction | Provides some implementations of the org.objectweb.jotm.core.transaction interfaces |
| org.objectweb.jotm.impl.ots | Provides an OTS personality implementation |
| Uses of NoTransactionException in org.objectweb.jotm.impl.core.conflict |
| Methods in org.objectweb.jotm.impl.core.conflict that throw NoTransactionException | |
java.lang.String |
TransactionalLock.acquire(java.lang.String mode)
Acquires transactional lock. |
void |
TransactionalLock.release()
Releases transactional lock. |
boolean |
TransactionalLock.isAcquired(java.lang.String mode)
Tests if a lock of the given mode has been acquired by the current transaction. |
boolean |
TransactionalLock.isAcquired()
Tests if a lock has been acquired by the current transaction. |
java.lang.String |
TransactionalLock.checkAcquire(java.lang.String mode)
Check whether lock can be acquired. |
| Uses of NoTransactionException in org.objectweb.jotm.impl.core.transaction |
| Methods in org.objectweb.jotm.impl.core.transaction that throw NoTransactionException | |
static CoreTransaction |
CoreTransaction.getTransaction()
|
| Uses of NoTransactionException in org.objectweb.jotm.impl.ots |
| Methods in org.objectweb.jotm.impl.ots that throw NoTransactionException | |
static TransactionImpl |
ClientTransaction.getOTSTransaction()
Retrieve a transaction associated with current thread. |
static org.omg.CosTransactions.Control |
TransactionImpl.getOTSTransaction()
Retrieve a transaction associated with current thread. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||