Uses of Package
com.hazelcast.transaction

Packages that use com.hazelcast.transaction
com.hazelcast.client Contains classes/interfaces related to Client 
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.collection.txn This package contains the Transaction behavior for the Collections.
 
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 Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.map.impl.tx Contains implementation classes for TransactionalMap 
com.hazelcast.multimap.impl Contains classes for Hazelcast MultiMap module. 
com.hazelcast.multimap.impl.txn This package contains the Transaction behavior for the Multimap.
 
com.hazelcast.queue.impl.tx This package contains the Transaction behavior for the IQueue.
 
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
com.hazelcast.transaction Provides interfaces/classes for Hazelcast transaction support. 
com.hazelcast.transaction.client This package contains client transaction code 
com.hazelcast.transaction.impl Provides implementation for Hazelcast transaction support. 
 

Classes in com.hazelcast.transaction used by com.hazelcast.client
TransactionContext
          Provides a context to do transactional operations; so beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap.
 

Classes in com.hazelcast.transaction used by com.hazelcast.client.impl
TransactionalTask
          Contains the logic that is going to be executed within a transaction.
TransactionContext
          Provides a context to do transactional operations; so beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap.
TransactionException
          A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional data-structures.
TransactionManagerService
           
TransactionOptions
          Contains the configuration for a Hazelcast transaction.
 

Classes in com.hazelcast.transaction used by com.hazelcast.client.txn
TransactionalObject
          Marker interface for all transactional distributed objects.
TransactionalTask
          Contains the logic that is going to be executed within a transaction.
TransactionalTaskContext
          Provides a context to access transactional data-structures like the TransactionalMap.
TransactionContext
          Provides a context to do transactional operations; so beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap.
TransactionException
          A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional data-structures.
TransactionOptions
          Contains the configuration for a Hazelcast transaction.
 

Classes in com.hazelcast.transaction used by com.hazelcast.client.txn.proxy
TransactionalObject
          Marker interface for all transactional distributed objects.
TransactionException
          A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional data-structures.
 

Classes in com.hazelcast.transaction used by com.hazelcast.collection.txn
TransactionalObject
          Marker interface for all transactional distributed objects.
 

Classes in com.hazelcast.transaction used by com.hazelcast.core
TransactionalObject
          Marker interface for all transactional distributed objects.
TransactionalTask
          Contains the logic that is going to be executed within a transaction.
TransactionContext
          Provides a context to do transactional operations; so beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap.
TransactionException
          A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional data-structures.
TransactionOptions
          Contains the configuration for a Hazelcast transaction.
 

Classes in com.hazelcast.transaction used by com.hazelcast.instance
TransactionalTask
          Contains the logic that is going to be executed within a transaction.
TransactionContext
          Provides a context to do transactional operations; so beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap.
TransactionException
          A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional data-structures.
TransactionOptions
          Contains the configuration for a Hazelcast transaction.
 

Classes in com.hazelcast.transaction used by com.hazelcast.jca
TransactionalTask
          Contains the logic that is going to be executed within a transaction.
TransactionContext
          Provides a context to do transactional operations; so beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap.
TransactionException
          A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional data-structures.
TransactionOptions
          Contains the configuration for a Hazelcast transaction.
 

Classes in com.hazelcast.transaction used by com.hazelcast.map.impl
TransactionalObject
          Marker interface for all transactional distributed objects.
 

Classes in com.hazelcast.transaction used by com.hazelcast.map.impl.tx
TransactionalObject
          Marker interface for all transactional distributed objects.
TransactionException
          A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional data-structures.
 

Classes in com.hazelcast.transaction used by com.hazelcast.multimap.impl
TransactionalObject
          Marker interface for all transactional distributed objects.
 

Classes in com.hazelcast.transaction used by com.hazelcast.multimap.impl.txn
TransactionalObject
          Marker interface for all transactional distributed objects.
TransactionException
          A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional data-structures.
 

Classes in com.hazelcast.transaction used by com.hazelcast.queue.impl.tx
TransactionalObject
          Marker interface for all transactional distributed objects.
 

Classes in com.hazelcast.transaction used by com.hazelcast.spi
TransactionalObject
          Marker interface for all transactional distributed objects.
TransactionManagerService
           
 

Classes in com.hazelcast.transaction used by com.hazelcast.spi.impl
TransactionManagerService
           
 

Classes in com.hazelcast.transaction used by com.hazelcast.transaction
TransactionalObject
          Marker interface for all transactional distributed objects.
TransactionalTask
          Contains the logic that is going to be executed within a transaction.
TransactionalTaskContext
          Provides a context to access transactional data-structures like the TransactionalMap.
TransactionContext
          Provides a context to do transactional operations; so beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap.
TransactionException
          A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional data-structures.
TransactionOptions
          Contains the configuration for a Hazelcast transaction.
TransactionOptions.TransactionType
          The type of transaction.
 

Classes in com.hazelcast.transaction used by com.hazelcast.transaction.client
TransactionOptions
          Contains the configuration for a Hazelcast transaction.
 

Classes in com.hazelcast.transaction used by com.hazelcast.transaction.impl
TransactionalTask
          Contains the logic that is going to be executed within a transaction.
TransactionContext
          Provides a context to do transactional operations; so beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap.
TransactionException
          A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional data-structures.
TransactionManagerService
           
TransactionOptions
          Contains the configuration for a Hazelcast transaction.
 



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