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.client.txn |
Contains classes related to Txn
such as TransactionProxy
|
com.hazelcast.client.txn.proxy.xa |
Contains classes related to proxy for XA
|
com.hazelcast.collection.impl.txnlist | |
com.hazelcast.jca |
This package contains jca functionality
|
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 |
ClientTxnListProxy<E> |
Modifier and Type | Method and Description |
---|---|
<E> TransactionalList<E> |
TransactionContextProxy.getList(String name) |
Modifier and Type | Method and Description |
---|---|
<E> TransactionalList<E> |
XATransactionContextProxy.getList(String name) |
Modifier and Type | Method and Description |
---|---|
<E> TransactionalList<E> |
TransactionContextProxy.getList(String name) |
Modifier and Type | Method and Description |
---|---|
<E> TransactionalList<E> |
XATransactionContextProxy.getList(String name) |
Modifier and Type | Class and Description |
---|---|
class |
TransactionalListProxy<E> |
Modifier and Type | Method and Description |
---|---|
<E> TransactionalList<E> |
HazelcastConnection.getTransactionalList(String name) |
<E> TransactionalList<E> |
HazelcastConnectionImpl.getTransactionalList(String name) |
Modifier and Type | Method and Description |
---|---|
<E> TransactionalList<E> |
TransactionalTaskContext.getList(String name)
Returns the transactional list instance with the specified name.
|
Modifier and Type | Method and Description |
---|---|
<E> TransactionalList<E> |
XATransactionContextImpl.getList(String name) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.