|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use SoftLockFactory | |
---|---|
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. |
Uses of SoftLockFactory in net.sf.ehcache.terracotta |
---|
Methods in net.sf.ehcache.terracotta that return SoftLockFactory | |
---|---|
SoftLockFactory |
ClusteredInstanceFactory.getOrCreateSoftLockFactory(String cacheName)
Create a SoftLockFactory for a cache |
SoftLockFactory |
ClusteredInstanceFactoryWrapper.getOrCreateSoftLockFactory(String cacheName)
Create a SoftLockFactory for a cache |
Uses of SoftLockFactory in net.sf.ehcache.transaction |
---|
Classes in net.sf.ehcache.transaction that implement SoftLockFactory | |
---|---|
class |
ReadCommittedSoftLockFactoryImpl
A SoftLockFactory implementation which creates soft locks with Read-Committed isolation level |
Uses of SoftLockFactory in net.sf.ehcache.transaction.local |
---|
Constructors in net.sf.ehcache.transaction.local with parameters of type SoftLockFactory | |
---|---|
LocalTransactionStore(TransactionController transactionController,
SoftLockFactory softLockFactory,
Ehcache cache,
Store store,
ReadWriteCopyStrategy<Element> copyStrategy)
Create a new LocalTransactionStore instance |
Uses of SoftLockFactory in net.sf.ehcache.transaction.xa |
---|
Constructors in net.sf.ehcache.transaction.xa with parameters of type SoftLockFactory | |
---|---|
EhcacheXAResourceImpl(Ehcache cache,
Store underlyingStore,
TransactionManagerLookup txnManagerLookup,
SoftLockFactory softLockFactory,
TransactionIDFactory transactionIDFactory)
Constructor |
|
XATransactionStore(TransactionManagerLookup transactionManagerLookup,
SoftLockFactory softLockFactory,
TransactionIDFactory transactionIdFactory,
Ehcache cache,
Store store,
ReadWriteCopyStrategy<Element> copyStrategy)
Constructor |
Uses of SoftLockFactory in net.sf.ehcache.transaction.xa.commands |
---|
Methods in net.sf.ehcache.transaction.xa.commands with parameters of type SoftLockFactory | |
---|---|
boolean |
Command.prepare(Store store,
SoftLockFactory softLockFactory,
XidTransactionID transactionId,
ElementValueComparator comparator)
Prepare the commmand un the underlying store |
boolean |
AbstractStoreCommand.prepare(Store store,
SoftLockFactory softLockFactory,
XidTransactionID transactionId,
ElementValueComparator comparator)
Prepare the commmand un the underlying store |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |