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.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
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.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.transaction JTA transaction support. 
org.infinispan.transaction.synchronization   
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. 
 

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.commands
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.context
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.
TransactionLog
          Logs transactions and writes for Non-Blocking State Transfer
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Classes in org.infinispan.transaction used by org.infinispan.statetransfer
TransactionLog
          Logs transactions and writes for Non-Blocking State Transfer
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.
RemoteTransaction
          Defines the state of a remotely originated transaction.
TransactionCoordinator
          Coordinates transaction prepare/commits as received from the TransactionManager.
TransactionLog.LogEntry
           
TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Classes in org.infinispan.transaction used by org.infinispan.transaction.synchronization
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.
TransactionCoordinator
          Coordinates transaction prepare/commits as received from the TransactionManager.
 

Classes in org.infinispan.transaction used by org.infinispan.transaction.xa
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.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.
RemoteTransaction
          Defines the state of a remotely originated transaction.
 


-->

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