Uses of Interface
com.hazelcast.core.Transaction

Packages that use Transaction
com.hazelcast.client   
com.hazelcast.core   
 

Uses of Transaction in com.hazelcast.client
 

Methods in com.hazelcast.client that return Transaction
 Transaction HazelcastClient.getTransaction()
           
 

Uses of Transaction in com.hazelcast.core
 

Methods in com.hazelcast.core that return Transaction
static Transaction Hazelcast.getTransaction()
          Returns the transaction instance associated with the current thread, creates a new one if it wasn't already.
 Transaction HazelcastInstance.getTransaction()
          Returns the transaction instance associated with the current thread, creates a new one if it wasn't already.
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.