|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Command | |
---|---|
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 Command in net.sf.ehcache.transaction.xa |
---|
Methods in net.sf.ehcache.transaction.xa that return types with arguments of type Command | |
---|---|
List<Command> |
XATransactionContext.getCommands()
All ordered pending commands |
Methods in net.sf.ehcache.transaction.xa with parameters of type Command | |
---|---|
void |
XATransactionContext.addCommand(Command command,
Element element)
Add a command to the current LocalTransactionContext |
Uses of Command in net.sf.ehcache.transaction.xa.commands |
---|
Classes in net.sf.ehcache.transaction.xa.commands that implement Command | |
---|---|
class |
AbstractStoreCommand
|
class |
StorePutCommand
Represents a Store.put(net.sf.ehcache.Element) put} operation to be executed on a Store . |
class |
StoreRemoveCommand
Represents a remove operation to be executed on a Store . |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |