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 TxCompletionNotificationCommand
CommandsFactory. buildTxCompletionNotificationCommand(long internalId)
TxCompletionNotificationCommand
CommandsFactory. buildTxCompletionNotificationCommand(Xid xid, GlobalTransaction globalTransaction)
Builds aTxCompletionNotificationCommand
.TxCompletionNotificationCommand
CommandsFactoryImpl. buildTxCompletionNotificationCommand(long internalId)
TxCompletionNotificationCommand
CommandsFactoryImpl. buildTxCompletionNotificationCommand(Xid xid, GlobalTransaction globalTransaction)
-