|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XidTransactionID | |
|---|---|
| net.sf.ehcache.transaction | This package contains classes for controlling cache operations for transactional use. |
| 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 XidTransactionID in net.sf.ehcache.transaction |
|---|
| Methods in net.sf.ehcache.transaction that return XidTransactionID | |
|---|---|
XidTransactionID |
TransactionIDFactoryImpl.createXidTransactionID(Xid xid)
Create a transaction ID based on a XID for uniqueness |
XidTransactionID |
TransactionIDFactory.createXidTransactionID(Xid xid)
Create a transaction ID based on a XID for uniqueness |
| Uses of XidTransactionID in net.sf.ehcache.transaction.xa |
|---|
| Classes in net.sf.ehcache.transaction.xa that implement XidTransactionID | |
|---|---|
class |
XidTransactionIDImpl
|
| Uses of XidTransactionID in net.sf.ehcache.transaction.xa.commands |
|---|
| Methods in net.sf.ehcache.transaction.xa.commands with parameters of type XidTransactionID | |
|---|---|
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 | |||||||||