Package | Description |
---|---|
net.sf.ehcache.transaction.local |
This package contains the local transactions subsystem.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<LocalTransactionStore> |
LocalRecoveryManager.localTransactionStores |
private java.util.Map<java.lang.String,LocalTransactionStore> |
LocalTransactionContext.storeMap |
Modifier and Type | Method and Description |
---|---|
(package private) void |
LocalRecoveryManager.register(LocalTransactionStore localTransactionStore)
Register a LocalTransactionStore from the recovery manager
|
void |
LocalTransactionContext.registerSoftLock(java.lang.String cacheName,
LocalTransactionStore store,
SoftLock softLock)
Register a soft lock in the context
|
(package private) void |
LocalRecoveryManager.unregister(LocalTransactionStore localTransactionStore)
Unregister a LocalTransactionStore from the recovery manager
|
Constructor and Description |
---|
JtaLocalTransactionStore(LocalTransactionStore underlyingStore,
TransactionManagerLookup transactionManagerLookup,
TransactionController transactionController)
Create a new JtaLocalTransactionStore instance
|