Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Command> |
XATransactionContext.getCommands()
All ordered pending commands
|
Modifier and Type | Method and Description |
---|---|
void |
XATransactionContext.addCommand(Command command,
Element element)
Add a command to the current LocalTransactionContext
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStoreCommand |
class |
StorePutCommand
Represents a
Store.put(net.sf.ehcache.Element) put} operation to be executed on a Store . |
class |
StoreRemoveCommand
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.