Package com.tangosol.coherence.transaction
Contains classes related to the Coherence Transaction Framework.
- Since:
- 3.6
-
Interface Summary Interface Description Connection Represents a logical connection to a Coherence data grid.ConnectionFactory A factory for connections to a Coherence data grid.ConnectionFactory.ConnectionSpec The connection spec is used to pass connection properties to connection factory during a connection request.OptimisticNamedCache An extension to theNamedCache
interface that adds support for optimistic transactions.TransactionId A transaction identifier.TransactionState Provides information about a transaction. -
Class Summary Class Description ConnectionSpecImpl The connection spec implementation used to pass the connection info to the connection request on the connection factory.DefaultConnectionFactory Connection factory used to obtain a logical connection to a Coherence cache service. -
Enum Summary Enum Description Isolation Coherence transaction isolation levels.Status Transaction status.