Uses of Package
net.sf.ehcache.transaction
-
Packages that use net.sf.ehcache.transaction Package Description net.sf.ehcache This package contains the public API for using ehcache.net.sf.ehcache.store Store package.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 Class Description SoftLockFactory A factory of soft-locks supporting a specific isolation level.SoftLockManager A factory forSoftLocksTransactionIDFactory A factory for transaction IDs. -
Classes in net.sf.ehcache.transaction used by net.sf.ehcache.store Class Description AbstractTransactionStore Abstract transactional store which provides implementation of all non-transactional methods -
Classes in net.sf.ehcache.transaction used by net.sf.ehcache.terracotta Class Description SoftLockManager A factory forSoftLocksTransactionIDFactory A factory for transaction IDs. -
Classes in net.sf.ehcache.transaction used by net.sf.ehcache.transaction Class Description AbstractSoftLockManager An abstract map backed soft lock manager.AbstractTransactionIDFactory An abstract map backed transaction id factory.Decision The decision types a Transaction ID can be inReadCommittedSoftLockImpl A SoftLock implementation with Read-Committed isolation levelSoftLock A soft lock is used to lock elements in transactional storesSoftLockFactory A factory of soft-locks supporting a specific isolation level.SoftLockID A soft lock ID is used to uniquely identify a soft lockSoftLockManager A factory forSoftLocksTransactionException Instances of this class or its subclasses are thrown when an error happen in the transaction subsystemTransactionID A transaction identifier.TransactionIDFactory A factory for transaction IDs.TransactionIDImpl A transaction ID implementation with uniqueness across a single JVMTransactionIDSerializedForm 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 Class Description AbstractTransactionStore Abstract transactional store which provides implementation of all non-transactional methodsSoftLock A soft lock is used to lock elements in transactional storesSoftLockManager A factory forSoftLocksTransactionID A transaction identifier.TransactionIDFactory A factory for transaction IDs. -
Classes in net.sf.ehcache.transaction used by net.sf.ehcache.transaction.xa Class Description AbstractTransactionStore Abstract transactional store which provides implementation of all non-transactional methodsSoftLockManager A factory forSoftLocksTransactionException Instances of this class or its subclasses are thrown when an error happen in the transaction subsystemTransactionID A transaction identifier.TransactionIDFactory A factory for transaction IDs. -
Classes in net.sf.ehcache.transaction used by net.sf.ehcache.transaction.xa.commands Class Description SoftLockManager A factory forSoftLocks