Uses of Class
com.hazelcast.transaction.impl.Transaction.State

Packages that use Transaction.State
com.hazelcast.transaction.impl Provides implementation for Hazelcast transaction support. 
 

Uses of Transaction.State in com.hazelcast.transaction.impl
 

Methods in com.hazelcast.transaction.impl that return Transaction.State
 Transaction.State TransactionSupport.getState()
           
 Transaction.State Transaction.getState()
           
static Transaction.State Transaction.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Transaction.State[] Transaction.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.