Uses of Interface
net.sf.ehcache.transaction.xa.commands.Command
-
Packages that use Command 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. -
-
Uses of Command in net.sf.ehcache.transaction.xa
Methods in net.sf.ehcache.transaction.xa that return types with arguments of type Command Modifier and Type Method Description java.util.List<Command>XATransactionContext. getCommands()All ordered pending commandsMethods in net.sf.ehcache.transaction.xa with parameters of type Command Modifier and Type Method Description voidXATransactionContext. 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 Modifier and Type Class Description classAbstractStoreCommandclassStorePutCommandRepresents aStore.put(net.sf.ehcache.Element)put} operation to be executed on aStore.classStoreRemoveCommand
-