Uses of Interface
com.hazelcast.transaction.TransactionContext
Package
Description
Provides core API interfaces/classes.
Contains Hazelcast transaction classes for Spring Transaction API.
Provides interfaces/classes for Hazelcast transaction support.
-
Uses of TransactionContext in com.hazelcast.core
Modifier and TypeMethodDescriptionHazelcastInstance.newTransactionContext()
Creates a new TransactionContext associated with the current thread using default options.HazelcastInstance.newTransactionContext
(TransactionOptions options) Creates a new TransactionContext associated with the current thread with given options. -
Uses of TransactionContext in com.hazelcast.spring.transaction
Modifier and TypeMethodDescriptionHazelcastTransactionManager.getTransactionContext()
Returns the transaction contextstatic TransactionContext
HazelcastTransactionManager.getTransactionContext
(HazelcastInstance hazelcastInstance) Returns the transaction context for the given Hazelcast instance bounded to the current thread. -
Uses of TransactionContext in com.hazelcast.transaction
Modifier and TypeMethodDescriptionHazelcastXAResource.getTransactionContext()
Returns the TransactionContext associated with the current thread.TransactionManagerService.newClientTransactionContext
(TransactionOptions options, UUID clientUuid) TransactionManagerService.newTransactionContext
(TransactionOptions options)