Uses of Class
com.hazelcast.transaction.TransactionException

Packages that use TransactionException
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.client.spi.impl Provides util classes for com.hazelcast.client 
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.client.txn.proxy.xa Contains classes related to proxy for XA 
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.quorum Contains classes related to cluster quorum. 
com.hazelcast.transaction Provides interfaces/classes for Hazelcast transaction support. 
com.hazelcast.transaction.impl Provides implementation for Hazelcast transaction support. 
com.hazelcast.transaction.impl.xa Provides implementation for Hazelcast XA transaction support. 
 

Uses of TransactionException in com.hazelcast.client.impl
 

Methods in com.hazelcast.client.impl that throw TransactionException
<T> T
HazelcastClientInstanceImpl.executeTransaction(TransactionalTask<T> task)
           
<T> T
HazelcastClientProxy.executeTransaction(TransactionalTask<T> task)
           
<T> T
HazelcastClientInstanceImpl.executeTransaction(TransactionOptions options, TransactionalTask<T> task)
           
<T> T
HazelcastClientProxy.executeTransaction(TransactionOptions options, TransactionalTask<T> task)
           
 

Uses of TransactionException in com.hazelcast.client.spi.impl
 

Methods in com.hazelcast.client.spi.impl that throw TransactionException
<T> T
ClientTransactionManagerServiceImpl.executeTransaction(TransactionalTask<T> task)
           
<T> T
ClientTransactionManagerServiceImpl.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()
           
 

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.client.txn.proxy.xa
 

Methods in com.hazelcast.client.txn.proxy.xa that throw TransactionException
 void XATransactionContextProxy.commitTransaction()
           
 

Uses of TransactionException in com.hazelcast.core
 

Methods in com.hazelcast.core that throw TransactionException
<T> T
HazelcastInstance.executeTransaction(TransactionalTask<T> task)
          Executes the given transactional task in current thread using default options and returns the result of the task.
<T> T
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
<T> T
HazelcastInstanceImpl.executeTransaction(TransactionalTask<T> task)
           
<T> T
HazelcastInstanceProxy.executeTransaction(TransactionalTask<T> task)
           
<T> T
HazelcastInstanceImpl.executeTransaction(TransactionOptions options, TransactionalTask<T> task)
           
<T> T
HazelcastInstanceProxy.executeTransaction(TransactionOptions options, TransactionalTask<T> task)
           
 

Uses of TransactionException in com.hazelcast.jca
 

Methods in com.hazelcast.jca that throw TransactionException
<T> T
HazelcastConnectionImpl.executeTransaction(TransactionalTask<T> task)
           
<T> T
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.quorum
 

Subclasses of TransactionException in com.hazelcast.quorum
 class QuorumException
          An exception thrown when the cluster size is below the defined threshold.
 

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.
<T> T
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()
           
 void TransactionImpl.commit()
           
<T> T
TransactionManagerServiceImpl.executeTransaction(TransactionOptions options, TransactionalTask<T> task)
           
 void Transaction.prepare()
           
 void TransactionImpl.prepare()
           
 

Uses of TransactionException in com.hazelcast.transaction.impl.xa
 

Methods in com.hazelcast.transaction.impl.xa that throw TransactionException
 void XATransactionContextImpl.commitTransaction()
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.