| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionException | |
|---|---|
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.client.txn | Contains classes related to Txn such as TransactionProxy | 
| com.hazelcast.client.txn.proxy | Contains classes related to proxy for com.hazelcast.client.client.txn | 
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. | 
| com.hazelcast.jca | This package contains jca functionality | 
| com.hazelcast.map.impl.tx | Contains implementation classes for TransactionalMap  | 
| com.hazelcast.multimap.impl.txn | This package contains the Transaction behavior for the Multimap. | 
| com.hazelcast.transaction | Provides interfaces/classes for Hazelcast transaction support. | 
| com.hazelcast.transaction.impl | Provides implementation for Hazelcast transaction support. | 
| Uses of TransactionException in com.hazelcast.client.impl | 
|---|
| Methods in com.hazelcast.client.impl that throw TransactionException | ||
|---|---|---|
 | 
HazelcastClientInstanceImpl.executeTransaction(TransactionalTask<T> task)
 | 
|
 | 
HazelcastClientProxy.executeTransaction(TransactionalTask<T> task)
 | 
|
 | 
HazelcastClientInstanceImpl.executeTransaction(TransactionOptions options,
                   TransactionalTask<T> task)
 | 
|
 | 
HazelcastClientProxy.executeTransaction(TransactionOptions options,
                   TransactionalTask<T> task)
 | 
|
| Uses of TransactionException in com.hazelcast.client.txn | 
|---|
| Methods in com.hazelcast.client.txn that throw TransactionException | ||
|---|---|---|
 void | 
TransactionContextProxy.commitTransaction()
 | 
|
 | 
ClientTransactionManager.executeTransaction(TransactionalTask<T> task)
 | 
|
 | 
ClientTransactionManager.executeTransaction(TransactionOptions options,
                   TransactionalTask<T> task)
 | 
|
| Uses of TransactionException in com.hazelcast.client.txn.proxy | 
|---|
| Methods in com.hazelcast.client.txn.proxy that throw TransactionException | |
|---|---|
 boolean | 
ClientTxnMultiMapProxy.put(K key,
    V value)
 | 
| Uses of TransactionException in com.hazelcast.core | 
|---|
| Methods in com.hazelcast.core that throw TransactionException | ||
|---|---|---|
 | 
HazelcastInstance.executeTransaction(TransactionalTask<T> task)
Executes the given transactional task in current thread using default options and returns the result of the task.  | 
|
 | 
HazelcastInstance.executeTransaction(TransactionOptions options,
                   TransactionalTask<T> task)
Executes the given transactional task in current thread using given options and returns the result of the task.  | 
|
| Uses of TransactionException in com.hazelcast.instance | 
|---|
| Methods in com.hazelcast.instance that throw TransactionException | ||
|---|---|---|
 | 
HazelcastInstanceImpl.executeTransaction(TransactionalTask<T> task)
 | 
|
 | 
HazelcastInstanceProxy.executeTransaction(TransactionalTask<T> task)
 | 
|
 | 
HazelcastInstanceImpl.executeTransaction(TransactionOptions options,
                   TransactionalTask<T> task)
 | 
|
 | 
HazelcastInstanceProxy.executeTransaction(TransactionOptions options,
                   TransactionalTask<T> task)
 | 
|
| Uses of TransactionException in com.hazelcast.jca | 
|---|
| Methods in com.hazelcast.jca that throw TransactionException | ||
|---|---|---|
 | 
HazelcastConnectionImpl.executeTransaction(TransactionalTask<T> task)
 | 
|
 | 
HazelcastConnectionImpl.executeTransaction(TransactionOptions options,
                   TransactionalTask<T> task)
 | 
|
| Uses of TransactionException in com.hazelcast.map.impl.tx | 
|---|
| Methods in com.hazelcast.map.impl.tx that throw TransactionException | |
|---|---|
 Future | 
MapTransactionLog.prepare(NodeEngine nodeEngine)
 | 
| Uses of TransactionException in com.hazelcast.multimap.impl.txn | 
|---|
| Methods in com.hazelcast.multimap.impl.txn that throw TransactionException | |
|---|---|
 boolean | 
TransactionalMultiMapProxy.put(K key,
    V value)
 | 
| Uses of TransactionException in com.hazelcast.transaction | 
|---|
| Subclasses of TransactionException in com.hazelcast.transaction | |
|---|---|
 class | 
TransactionTimedOutException
Thrown when a transaction has timed out.  | 
| Methods in com.hazelcast.transaction that throw TransactionException | ||
|---|---|---|
 void | 
TransactionContext.commitTransaction()
Commits a transaction.  | 
|
 T | 
TransactionalTask.execute(TransactionalTaskContext context)
Executes the transactional logic.  | 
|
 | 
TransactionManagerService.executeTransaction(TransactionOptions options,
                   TransactionalTask<T> task)
 | 
|
| Uses of TransactionException in com.hazelcast.transaction.impl | 
|---|
| Methods in com.hazelcast.transaction.impl that throw TransactionException | ||
|---|---|---|
 void | 
Transaction.commit()
 | 
|
 | 
TransactionManagerServiceImpl.executeTransaction(TransactionOptions options,
                   TransactionalTask<T> task)
 | 
|
 void | 
Transaction.prepare()
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||