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

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

Methods in org.jboss.cache.factories that return RemoveKeyCommand
 RemoveKeyCommand CommandsFactory.buildRemoveKeyCommand(GlobalTransaction tx, Fqn<?> fqn, Object key)
           
 

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)
           
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)
           
 Object MarshalledValueInterceptor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 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 PostProcessingCommandInterceptor.handleRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 Object SkipCheckChainedInterceptor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 Object PostProcessingCommandInterceptor.visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command)
           
 



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