Uses of Package
org.infinispan.transaction

Packages that use org.infinispan.transaction
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.atomic This package contains the AtomicMap interfaces and API that Infinispan exposes as building blocks in creating other public interfaces such as the Tree API. 
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution. 
org.infinispan.commands.remote.recovery   
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
org.infinispan.commands.tx.totalorder   
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.configuration.cache Classes related to eviction. 
org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags. 
org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.interceptors.locking   
org.infinispan.interceptors.totalorder   
org.infinispan.interceptors.xsite   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.transaction JTA transaction support. 
org.infinispan.transaction.synchronization   
org.infinispan.transaction.totalorder   
org.infinispan.transaction.xa XA transaction support. 
org.infinispan.transaction.xa.recovery   
org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. 
org.infinispan.xsite   
 

Classes in org.infinispan.transaction used by org.infinispan
TransactionCoordinator
          Coordinates transaction prepare/commits as received from the TransactionManager.
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Classes in org.infinispan.transaction used by org.infinispan.atomic
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Classes in org.infinispan.transaction used by org.infinispan.commands
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Classes in org.infinispan.transaction used by org.infinispan.commands.remote
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Classes in org.infinispan.transaction used by org.infinispan.commands.remote.recovery
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Classes in org.infinispan.transaction used by org.infinispan.commands.tx
RemoteTransaction
          Defines the state of a remotely originated transaction.
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Classes in org.infinispan.transaction used by org.infinispan.commands.tx.totalorder
RemoteTransaction
          Defines the state of a remotely originated transaction.
TotalOrderRemoteTransactionState
          Represents a state for a Remote Transaction when the Total Order based protocol is used.
 

Classes in org.infinispan.transaction used by org.infinispan.config
LockingMode
          Defines the locking modes that are available for transactional caches: optimistic or pessimistic.
TransactionMode
          Enumeration containing the available transaction modes for a cache.
 

Classes in org.infinispan.transaction used by org.infinispan.configuration.cache
LockingMode
          Defines the locking modes that are available for transactional caches: optimistic or pessimistic.
TransactionMode
          Enumeration containing the available transaction modes for a cache.
TransactionProtocol
          Enumerate with the possible commits protocols.
 

Classes in org.infinispan.transaction used by org.infinispan.context
RemoteTransaction
          Defines the state of a remotely originated transaction.
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Classes in org.infinispan.transaction used by org.infinispan.context.impl
AbstractCacheTransaction
          Base class for local and remote transaction.
LocalTransaction
          Object that holds transaction's state on the node where it originated; as opposed to RemoteTransaction.
RemoteTransaction
          Defines the state of a remotely originated transaction.
 

Classes in org.infinispan.transaction used by org.infinispan.interceptors
LocalTransaction
          Object that holds transaction's state on the node where it originated; as opposed to RemoteTransaction.
TransactionCoordinator
          Coordinates transaction prepare/commits as received from the TransactionManager.
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Classes in org.infinispan.transaction used by org.infinispan.interceptors.locking
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
WriteSkewHelper.KeySpecificLogic
           
 

Classes in org.infinispan.transaction used by org.infinispan.interceptors.totalorder
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Classes in org.infinispan.transaction used by org.infinispan.interceptors.xsite
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Classes in org.infinispan.transaction used by org.infinispan.statetransfer
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Classes in org.infinispan.transaction used by org.infinispan.transaction
AbstractCacheTransaction
          Base class for local and remote transaction.
LocalTransaction
          Object that holds transaction's state on the node where it originated; as opposed to RemoteTransaction.
LockingMode
          Defines the locking modes that are available for transactional caches: optimistic or pessimistic.
RemoteTransaction
          Defines the state of a remotely originated transaction.
TotalOrderRemoteTransactionState
          Represents a state for a Remote Transaction when the Total Order based protocol is used.
TransactionCoordinator
          Coordinates transaction prepare/commits as received from the TransactionManager.
TransactionMode
          Enumeration containing the available transaction modes for a cache.
TransactionProtocol
          Enumerate with the possible commits protocols.
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
WriteSkewHelper.KeySpecificLogic
           
 

Classes in org.infinispan.transaction used by org.infinispan.transaction.synchronization
AbstractCacheTransaction
          Base class for local and remote transaction.
AbstractEnlistmentAdapter
          Base class for both Sync and XAResource enlistment adapters.
LocalTransaction
          Object that holds transaction's state on the node where it originated; as opposed to RemoteTransaction.
TransactionCoordinator
          Coordinates transaction prepare/commits as received from the TransactionManager.
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Classes in org.infinispan.transaction used by org.infinispan.transaction.totalorder
TotalOrderRemoteTransactionState
          Represents a state for a Remote Transaction when the Total Order based protocol is used.
 

Classes in org.infinispan.transaction used by org.infinispan.transaction.xa
AbstractCacheTransaction
          Base class for local and remote transaction.
AbstractEnlistmentAdapter
          Base class for both Sync and XAResource enlistment adapters.
LocalTransaction
          Object that holds transaction's state on the node where it originated; as opposed to RemoteTransaction.
RemoteTransaction
          Defines the state of a remotely originated transaction.
TransactionCoordinator
          Coordinates transaction prepare/commits as received from the TransactionManager.
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Classes in org.infinispan.transaction used by org.infinispan.transaction.xa.recovery
AbstractCacheTransaction
          Base class for local and remote transaction.
LocalTransaction
          Object that holds transaction's state on the node where it originated; as opposed to RemoteTransaction.
RemoteTransaction
          Defines the state of a remotely originated transaction.
TransactionCoordinator
          Coordinates transaction prepare/commits as received from the TransactionManager.
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Classes in org.infinispan.transaction used by org.infinispan.util.logging
LocalTransaction
          Object that holds transaction's state on the node where it originated; as opposed to RemoteTransaction.
 

Classes in org.infinispan.transaction used by org.infinispan.xsite
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 


-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.