| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionContext | |
|---|---|
| com.hazelcast.client | This package contains the serverside client functionality | 
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.transaction | Provides interfaces/classes for Hazelcast transaction support. | 
| Uses of TransactionContext in com.hazelcast.client | 
|---|
| Methods in com.hazelcast.client that return TransactionContext | |
|---|---|
 TransactionContext | 
ClientEndpoint.getTransactionContext(String txnId)
 | 
 TransactionContext | 
HazelcastClientProxy.newTransactionContext()
 | 
 TransactionContext | 
HazelcastClient.newTransactionContext()
 | 
 TransactionContext | 
HazelcastClientProxy.newTransactionContext(TransactionOptions options)
 | 
 TransactionContext | 
HazelcastClient.newTransactionContext(TransactionOptions options)
 | 
| Methods in com.hazelcast.client with parameters of type TransactionContext | |
|---|---|
 void | 
ClientEndpoint.setTransactionContext(TransactionContext transactionContext)
 | 
| Uses of TransactionContext in com.hazelcast.core | 
|---|
| Methods in com.hazelcast.core that return TransactionContext | |
|---|---|
 TransactionContext | 
HazelcastInstance.newTransactionContext()
Creates a new TransactionContext associated with the current thread using default options.  | 
 TransactionContext | 
HazelcastInstance.newTransactionContext(TransactionOptions options)
Creates a new TransactionContext associated with the current thread with given options.  | 
| Uses of TransactionContext in com.hazelcast.transaction | 
|---|
| Methods in com.hazelcast.transaction that return TransactionContext | |
|---|---|
 TransactionContext | 
TransactionManagerService.newClientTransactionContext(TransactionOptions options,
                            String clientUuid)
 | 
 TransactionContext | 
TransactionManagerService.newTransactionContext(TransactionOptions options)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||