Uses of Package
com.hazelcast.transaction

Packages that use com.hazelcast.transaction
com.hazelcast.client This package contains the serverside client functionality 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.transaction Provides interfaces/classes for Hazelcast transaction support. 
 

Classes in com.hazelcast.transaction used by com.hazelcast.client
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.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.spi
TransactionalObject
          Marker interface for all transactional distributed objects.
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
           
 



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