| Package | Description | 
|---|---|
| com.hazelcast.client.impl.client.txn | 
 Contains classes related to Txn
 such as TransactionProxy 
 | 
| com.hazelcast.client.impl.client.txn.proxy | 
 Contains classes related to proxy for com.hazelcast.client.client.txn 
 | 
| com.hazelcast.jca | 
 This package contains jca functionality 
 | 
| com.hazelcast.map.tx | 
 Contains implementation classes for  
TransactionalMap | 
| com.hazelcast.transaction | 
 Provides interfaces/classes for Hazelcast transaction support. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V> TransactionalMap<K,V> | 
TransactionContextProxy.getMap(String name)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientTxnMapProxy<K,V>  | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V> TransactionalMap<K,V> | 
HazelcastConnection.getTransactionalMap(String name)  | 
<K,V> TransactionalMap<K,V> | 
HazelcastConnectionImpl.getTransactionalMap(String name)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TransactionalMapProxy
Proxy implementation of  
TransactionalMap interface. | 
| 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. 
 | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.