Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.commands.tx.RollbackCommand

Packages that use RollbackCommand
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.interceptors.base Base interceptors containing common, reusable behavior. 
org.infinispan.interceptors.distribution   
org.infinispan.interceptors.locking   
org.infinispan.interceptors.xsite   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.xsite   
 

Uses of RollbackCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return RollbackCommand
 RollbackCommand CommandsFactory.buildRollbackCommand(GlobalTransaction gtx)
          Builds a RollbackCommand
 RollbackCommand CommandsFactoryImpl.buildRollbackCommand(GlobalTransaction gtx)
           
 

Methods in org.infinispan.commands with parameters of type RollbackCommand
 Object Visitor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)
           
 Object AbstractVisitor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)
           
 

Uses of RollbackCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type RollbackCommand
 Object ReplicationInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)
           
 Object CacheStoreInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)
           
 Object NotificationInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)
           
 Object CallInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)
           
 Object TxInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)
           
 

Uses of RollbackCommand in org.infinispan.interceptors.base
 

Methods in org.infinispan.interceptors.base with parameters of type RollbackCommand
protected  Object PrePostProcessingCommandInterceptor.handleRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)
           
 

Uses of RollbackCommand in org.infinispan.interceptors.distribution
 

Methods in org.infinispan.interceptors.distribution with parameters of type RollbackCommand
 Object TxDistributionInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)
           
 

Uses of RollbackCommand in org.infinispan.interceptors.locking
 

Methods in org.infinispan.interceptors.locking with parameters of type RollbackCommand
 Object AbstractTxLockingInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)
           
 

Uses of RollbackCommand in org.infinispan.interceptors.xsite
 

Methods in org.infinispan.interceptors.xsite with parameters of type RollbackCommand
 Object OptimisticBackupInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)
           
 

Uses of RollbackCommand in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with parameters of type RollbackCommand
 Object StateTransferInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)
           
 Object TransactionSynchronizerInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)
           
 

Uses of RollbackCommand in org.infinispan.xsite
 

Methods in org.infinispan.xsite with parameters of type RollbackCommand
 BackupResponse BackupSender.backupRollback(RollbackCommand command)
           
 BackupResponse BackupSenderImpl.backupRollback(RollbackCommand command)
           
 Object BackupSenderImpl.CustomBackupPolicyInvoker.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)
           
 Object BackupReceiverImpl.BackupCacheUpdater.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.