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

Packages that use MoveCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.factories   
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 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.factories
 

Methods in org.jboss.cache.factories that return MoveCommand
 MoveCommand CommandsFactory.buildMoveCommand(Fqn from, Fqn to)
           
 

Uses of MoveCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type MoveCommand
protected  Object CacheStoreInterceptor.handleMoveCommand(InvocationContext ctx, MoveCommand command)
           
protected  Object PessimisticLockInterceptor.handleMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object ActivationInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object CallInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object OptimisticNodeInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object OptimisticReplicationInterceptor.DataVersionPopulator.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object CacheLoaderInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object InvalidationInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object InvalidationInterceptor.InvalidationFilterVisitor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object OptimisticCreateIfNotExistsInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object ReplicationInterceptor.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 PostProcessingCommandInterceptor.handleMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object SkipCheckChainedInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 Object PostProcessingCommandInterceptor.visitMoveCommand(InvocationContext ctx, MoveCommand command)
           
 



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