Uses of Class
org.jboss.cache.commands.tx.RollbackCommand

Packages that use RollbackCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
 

Uses of RollbackCommand in org.jboss.cache.buddyreplication
 

Methods in org.jboss.cache.buddyreplication with parameters of type RollbackCommand
 Object Fqn2BuddyFqnVisitor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 

Uses of RollbackCommand in org.jboss.cache.commands
 

Methods in org.jboss.cache.commands that return RollbackCommand
 RollbackCommand CommandsFactoryImpl.buildRollbackCommand(GlobalTransaction gtx)
           
 RollbackCommand CommandsFactory.buildRollbackCommand(GlobalTransaction gtx)
           
 

Methods in org.jboss.cache.commands with parameters of type RollbackCommand
 Object Visitor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Visits a RollbackCommand.
 Object AbstractVisitor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 

Uses of RollbackCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type RollbackCommand
protected  Object PessimisticLockInterceptor.handleRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Deprecated.  
 Object MVCCLockingInterceptor.handleRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
protected  Object LegacyCacheStoreInterceptor.handleRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Deprecated.  
protected  Object CacheStoreInterceptor.handleRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 Object TxInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 Object ReplicationInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 Object OptimisticValidatorInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Deprecated.  
 Object OptimisticReplicationInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Deprecated.  
 Object OptimisticLockingInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Deprecated.  
 Object NotificationInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 Object LegacyDataGravitatorInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Deprecated.  
 Object LegacyCacheLoaderInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Deprecated.  
 Object InvocationContextInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 Object InvalidationInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 Object CallInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 Object CacheLoaderInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 

Uses of RollbackCommand in org.jboss.cache.interceptors.base
 

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



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