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

Packages that use RemoveNodeCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.factories   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
 

Uses of RemoveNodeCommand in org.jboss.cache.buddyreplication
 

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

Uses of RemoveNodeCommand in org.jboss.cache.commands
 

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

Uses of RemoveNodeCommand in org.jboss.cache.factories
 

Methods in org.jboss.cache.factories that return RemoveNodeCommand
 RemoveNodeCommand CommandsFactory.buildRemoveNodeCommand(GlobalTransaction gtx, Fqn fqn)
           
 

Uses of RemoveNodeCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type RemoveNodeCommand
protected  Object CacheStoreInterceptor.handleRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
          remove() methods need to be applied to the CacheLoader before passing up the call: a listener might access an element just removed, causing the CacheLoader to *load* the element before *removing* it.
protected  Object PessimisticLockInterceptor.handleRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object ActivationInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object CallInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object EvictionInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object OptimisticNodeInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object OptimisticReplicationInterceptor.DataVersionPopulator.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object CacheLoaderInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object InvalidationInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object InvalidationInterceptor.InvalidationFilterVisitor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object ReplicationInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object InvocationContextInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 

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

Methods in org.jboss.cache.interceptors.base with parameters of type RemoveNodeCommand
protected  Object SkipCheckChainedInterceptor.handleRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
protected  Object PostProcessingCommandInterceptor.handleRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object SkipCheckChainedInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object PostProcessingCommandInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 



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