ehcache

Uses of Package
net.sf.ehcache.transaction

Packages that use net.sf.ehcache.transaction
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.terracotta This package contains the Terracotta integration functionalities. 
net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. 
net.sf.ehcache.transaction.local This package contains the local transactions subsystem. 
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
net.sf.ehcache.transaction.xa.commands This package contains a representation of the queued commands which can be executed against a XA store. 
 

Classes in net.sf.ehcache.transaction used by net.sf.ehcache
SoftLockFactory
          A factory for SoftLocks
TransactionIDFactory
          A factory for transaction IDs.
 

Classes in net.sf.ehcache.transaction used by net.sf.ehcache.terracotta
SoftLockFactory
          A factory for SoftLocks
TransactionIDFactory
          A factory for transaction IDs.
 

Classes in net.sf.ehcache.transaction used by net.sf.ehcache.transaction
SoftLock
          A soft lock is used to lock elements in transactional stores
SoftLockFactory
          A factory for SoftLocks
TransactionException
          Instances of this class or its subclasses are thrown when an error happen in the transaction subsystem
TransactionID
          A transaction identifier.
TransactionIDFactory
          A factory for transaction IDs.
TransactionIDSerializedForm
          A replacement serialized form for transaction IDs.
XidTransactionIDSerializedForm
          A replacement serialized form for XID transaction IDs.
 

Classes in net.sf.ehcache.transaction used by net.sf.ehcache.transaction.local
AbstractTransactionStore
          Abstract transactional store which provides implementation of all non-transactional methods
SoftLock
          A soft lock is used to lock elements in transactional stores
SoftLockFactory
          A factory for SoftLocks
TransactionID
          A transaction identifier.
 

Classes in net.sf.ehcache.transaction used by net.sf.ehcache.transaction.xa
AbstractTransactionStore
          Abstract transactional store which provides implementation of all non-transactional methods
SoftLockFactory
          A factory for SoftLocks
TransactionException
          Instances of this class or its subclasses are thrown when an error happen in the transaction subsystem
TransactionID
          A transaction identifier.
TransactionIDFactory
          A factory for transaction IDs.
 

Classes in net.sf.ehcache.transaction used by net.sf.ehcache.transaction.xa.commands
SoftLockFactory
          A factory for SoftLocks
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.