Uses of Class
org.jboss.cache.commands.write.MoveCommand

Packages that use MoveCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.commands.legacy.write   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
 

Uses of MoveCommand in org.jboss.cache.buddyreplication
 

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

Uses of MoveCommand in org.jboss.cache.commands
 

Methods in org.jboss.cache.commands that return MoveCommand
 MoveCommand PessimisticCommandsFactoryImpl.buildMoveCommand(Fqn from, Fqn to)
          Deprecated.  
 MoveCommand CommandsFactoryImpl.buildMoveCommand(Fqn from, Fqn to)
           
 MoveCommand CommandsFactory.buildMoveCommand(Fqn from, Fqn to)
           
 

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

Uses of MoveCommand in org.jboss.cache.commands.legacy.write
 

Subclasses of MoveCommand in org.jboss.cache.commands.legacy.write
 class PessMoveCommand
          Deprecated. will be removed along with optimistic and pessimistic locking.
 

Uses of MoveCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type MoveCommand
protected  Object PessimisticLockInterceptor.handleMoveCommand(InvocationContext ctx, MoveCommand command)
          Deprecated.  
 Object MVCCLockingInterceptor.handleMoveCommand(InvocationContext ctx, MoveCommand command)
           
protected  Object CacheStoreInterceptor.handleMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object ReplicationInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object OptimisticReplicationInterceptor.DataVersionPopulator.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object OptimisticNodeInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
          Deprecated.  
 Object OptimisticCreateIfNotExistsInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
          Deprecated.  
 Object LegacyCacheLoaderInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
          Deprecated.  
 Object LegacyActivationInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
          Deprecated.  
 Object InvalidationInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object InvalidationInterceptor.InvalidationFilterVisitor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object CallInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object CacheLoaderInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object ActivationInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 

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

Methods in org.jboss.cache.interceptors.base with parameters of type MoveCommand
protected  Object SkipCheckChainedInterceptor.handleMoveCommand(InvocationContext ctx, MoveCommand command)
           
protected  Object PrePostProcessingCommandInterceptor.handleMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object SkipCheckChainedInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 



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