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
 java.lang.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 CommandsFactory.buildRollbackCommand(GlobalTransaction gtx)
           
 RollbackCommand CommandsFactoryImpl.buildRollbackCommand(GlobalTransaction gtx)
           
 

Methods in org.jboss.cache.commands with parameters of type RollbackCommand
 java.lang.Object Visitor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Visits a RollbackCommand.
 java.lang.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  java.lang.Object LegacyCacheStoreInterceptor.handleRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Deprecated.  
 java.lang.Object MVCCLockingInterceptor.handleRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
protected  java.lang.Object CacheStoreInterceptor.handleRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
protected  java.lang.Object PessimisticLockInterceptor.handleRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Deprecated.  
 java.lang.Object InvalidationInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 java.lang.Object CallInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 java.lang.Object NotificationInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 java.lang.Object OptimisticLockingInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Deprecated.  
 java.lang.Object InvocationContextInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 java.lang.Object LegacyDataGravitatorInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Deprecated.  
 java.lang.Object ReplicationInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 java.lang.Object TxInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 java.lang.Object LegacyCacheLoaderInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Deprecated.  
 java.lang.Object OptimisticValidatorInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Deprecated.  
 java.lang.Object CacheLoaderInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
           
 java.lang.Object OptimisticReplicationInterceptor.visitRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Deprecated.  
 

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

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



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