Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.transaction.local |
This package contains the local transactions subsystem.
|
Modifier and Type | Field and Description |
---|---|
private TransactionController |
CacheManager.transactionController |
Modifier and Type | Method and Description |
---|---|
TransactionController |
CacheManager.getTransactionController()
Get the TransactionController
|
Modifier and Type | Field and Description |
---|---|
private TransactionController |
JtaLocalTransactionStore.transactionController |
private TransactionController |
JtaLocalTransactionStore.JtaLocalEhcacheSynchronization.transactionController |
private TransactionController |
JtaLocalTransactionStore.JtaLocalEhcacheXAResource.transactionController |
private TransactionController |
LocalTransactionStore.transactionController |
Constructor and Description |
---|
JtaLocalEhcacheSynchronization(TransactionController transactionController,
TransactionID transactionId) |
JtaLocalEhcacheXAResource(TransactionController transactionController,
TransactionID transactionId,
TransactionManagerLookup transactionManagerLookup) |
JtaLocalTransactionStore(LocalTransactionStore underlyingStore,
TransactionManagerLookup transactionManagerLookup,
TransactionController transactionController)
Create a new JtaLocalTransactionStore instance
|
LocalTransactionStore(TransactionController transactionController,
TransactionIDFactory transactionIdFactory,
SoftLockManager softLockManager,
Ehcache cache,
Store store,
ReadWriteCopyStrategy<Element> copyStrategy)
Create a new LocalTransactionStore instance
|