Uses of Class
com.tangosol.coherence.transaction.Isolation
-
Packages that use Isolation Package Description com.tangosol.coherence.transaction Contains classes related to the Coherence Transaction Framework. -
-
Uses of Isolation in com.tangosol.coherence.transaction
Methods in com.tangosol.coherence.transaction that return Isolation Modifier and Type Method Description Isolation
ConnectionFactory.ConnectionSpec. getIsolation()
Get thetransaction isolation
for this connection.Isolation
ConnectionSpecImpl. getIsolation()
Get thetransaction isolation
for this connection.Isolation
TransactionState. getIsolation()
Obtain isolation level of the transaction.Isolation
Connection. getIsolationLevel()
Determine the isolation level for the connection.static Isolation
Isolation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Isolation[]
Isolation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tangosol.coherence.transaction with parameters of type Isolation Modifier and Type Method Description void
ConnectionSpecImpl. setIsolation(Isolation isolation)
Set the transaction isolation for the connection.void
Connection. setIsolationLevel(Isolation isolation)
Specify the isolation level that will be set on transactions produced by this connection.
-