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

Packages that use RemoveKeyCommand
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 RemoveKeyCommand in org.jboss.cache.buddyreplication
 

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

Uses of RemoveKeyCommand in org.jboss.cache.commands
 

Methods in org.jboss.cache.commands that return RemoveKeyCommand
 RemoveKeyCommand PessimisticCommandsFactoryImpl.buildRemoveKeyCommand(GlobalTransaction tx, Fqn fqn, Object key)
          Deprecated.  
 RemoveKeyCommand CommandsFactoryImpl.buildRemoveKeyCommand(GlobalTransaction tx, Fqn fqn, Object key)
           
 RemoveKeyCommand CommandsFactory.buildRemoveKeyCommand(GlobalTransaction tx, Fqn fqn, Object key)
           
 

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

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

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

Uses of RemoveKeyCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type RemoveKeyCommand
protected  Object PessimisticLockInterceptor.handleRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
          Deprecated.  
 Object MVCCLockingInterceptor.handleRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
protected  Object CacheStoreInterceptor.handleRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 Object ReplicationInterceptor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 Object OptimisticReplicationInterceptor.DataVersionPopulator.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 Object OptimisticNodeInterceptor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
          Deprecated.  
 Object MarshalledValueInterceptor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 Object LegacyCacheLoaderInterceptor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
          Deprecated.  
 Object LegacyActivationInterceptor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
          Deprecated.  
 Object InvocationContextInterceptor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 Object InvalidationInterceptor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 Object InvalidationInterceptor.InvalidationFilterVisitor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 Object EvictionInterceptor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 Object CallInterceptor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 Object CacheLoaderInterceptor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 Object ActivationInterceptor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 

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

Methods in org.jboss.cache.interceptors.base with parameters of type RemoveKeyCommand
protected  Object SkipCheckChainedInterceptor.handleRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
protected  Object PrePostProcessingCommandInterceptor.handleRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 Object SkipCheckChainedInterceptor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 



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