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

Packages that use RemoveNodeCommand
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 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 that return RemoveNodeCommand
 RemoveNodeCommand PessimisticCommandsFactoryImpl.buildRemoveNodeCommand(GlobalTransaction gtx, Fqn fqn)
          Deprecated.  
 RemoveNodeCommand CommandsFactoryImpl.buildRemoveNodeCommand(GlobalTransaction gtx, Fqn fqn)
           
 RemoveNodeCommand CommandsFactory.buildRemoveNodeCommand(GlobalTransaction gtx, Fqn fqn)
           
 

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.commands.legacy.write
 

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

Uses of RemoveNodeCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type RemoveNodeCommand
protected  Object PessimisticLockInterceptor.handleRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
          Deprecated.  
 Object MVCCLockingInterceptor.handleRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
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.
 Object ReplicationInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object OptimisticReplicationInterceptor.DataVersionPopulator.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object OptimisticNodeInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
          Deprecated.  
 Object LegacyCacheLoaderInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
          Deprecated.  
 Object LegacyActivationInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
          Deprecated.  
 Object InvocationContextInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object InvalidationInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object InvalidationInterceptor.InvalidationFilterVisitor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object EvictionInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object CallInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object CacheLoaderInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object ActivationInterceptor.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 PrePostProcessingCommandInterceptor.handleRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object SkipCheckChainedInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command)
           
 



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