| Package | Description | 
|---|---|
| com.hazelcast.client.proxy.txn | Contains classes related to proxy for client transactions | 
| com.hazelcast.client.proxy.txn.xa | Contains classes related to proxy for XA | 
| com.hazelcast.map.impl.tx | Contains implementation classes for  TransactionalMap | 
| com.hazelcast.spring.transaction | Contains Hazelcast transaction classes for Spring Transaction API. | 
| com.hazelcast.transaction | Provides interfaces/classes for Hazelcast transaction support. | 
| com.hazelcast.transaction.impl.xa | Provides implementation for Hazelcast XA transaction support. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientTxnMapProxy<K,V>Proxy implementation of  TransactionalMapinterface. | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> TransactionalMap<K,V> | TransactionContextProxy. getMap(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> TransactionalMap<K,V> | XATransactionContextProxy. getMap(String name) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TransactionalMapProxyProxy implementation of  TransactionalMapinterface. | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> TransactionalMap<K,V> | ManagedTransactionalTaskContext. getMap(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> TransactionalMap<K,V> | TransactionalTaskContext. getMap(String name)Returns the transactional distributed map instance with the specified name. | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> TransactionalMap<K,V> | XATransactionContextImpl. getMap(String name) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.