Uses of Class
org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
-
Packages that use TxCompletionNotificationCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely. -
-
Uses of TxCompletionNotificationCommand in org.infinispan.commands
Methods in org.infinispan.commands that return TxCompletionNotificationCommand Modifier and Type Method Description TxCompletionNotificationCommandCommandsFactory. buildTxCompletionNotificationCommand(long internalId)TxCompletionNotificationCommandCommandsFactory. buildTxCompletionNotificationCommand(org.infinispan.commons.tx.XidImpl xid, GlobalTransaction globalTransaction)Builds aTxCompletionNotificationCommand.TxCompletionNotificationCommandCommandsFactoryImpl. buildTxCompletionNotificationCommand(long internalId)TxCompletionNotificationCommandCommandsFactoryImpl. buildTxCompletionNotificationCommand(org.infinispan.commons.tx.XidImpl xid, GlobalTransaction globalTransaction)
-