Uses of Class
org.infinispan.commands.remote.recovery.CompleteTransactionCommand
Packages that use CompleteTransactionCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
-
Uses of CompleteTransactionCommand in org.infinispan.commands
Methods in org.infinispan.commands that return CompleteTransactionCommandModifier and TypeMethodDescriptionCommandsFactory.buildCompleteTransactionCommand(org.infinispan.commons.tx.XidImpl xid, boolean commit) Builds a CompleteTransactionCommand command.CommandsFactoryImpl.buildCompleteTransactionCommand(org.infinispan.commons.tx.XidImpl xid, boolean commit)