| Package | Description |
|---|---|
| com.hazelcast.client | |
| com.hazelcast.core | |
| com.hazelcast.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionClientProxy |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
HazelcastClient.getTransaction() |
Transaction |
ClientThreadContext.getTransaction(HazelcastClient client) |
| Modifier and Type | Method and Description |
|---|---|
static Transaction |
Hazelcast.getTransaction()
Deprecated.
as of version 2.2
|
Transaction |
HazelcastInstance.getTransaction()
Returns the transaction instance associated with the current thread,
creates a new one if it wasn't already.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionImpl |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
FactoryImpl.getTransaction() |
Transaction |
FactoryImpl.HazelcastInstanceProxy.getTransaction() |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.