| 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.collection.impl.txnqueue | |
| 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  | ClientTxnQueueProxy<E>Proxy implementation of  TransactionalQueue. | 
| Modifier and Type | Method and Description | 
|---|---|
| <E> TransactionalQueue<E> | TransactionContextProxy. getQueue(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| <E> TransactionalQueue<E> | XATransactionContextProxy. getQueue(String name) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TransactionalQueueProxy<E>Provides proxy for the Transactional Queue. | 
| Modifier and Type | Method and Description | 
|---|---|
| <E> TransactionalQueue<E> | ManagedTransactionalTaskContext. getQueue(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| <E> TransactionalQueue<E> | TransactionalTaskContext. getQueue(String name)Returns the transactional queue instance with the specified name. | 
| Modifier and Type | Method and Description | 
|---|---|
| <E> TransactionalQueue<E> | XATransactionContextImpl. getQueue(String name) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.