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

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

Uses of ClearDataCommand in org.jboss.cache.buddyreplication
 

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

Uses of ClearDataCommand in org.jboss.cache.commands
 

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

Uses of ClearDataCommand in org.jboss.cache.factories
 

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

Uses of ClearDataCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type ClearDataCommand
protected  Object PessimisticLockInterceptor.handleClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
protected  Object CacheStoreInterceptor.handleRemoveDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object ActivationInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object CallInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object EvictionInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object OptimisticNodeInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object OptimisticReplicationInterceptor.DataVersionPopulator.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object CacheLoaderInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object InvalidationInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object InvalidationInterceptor.InvalidationFilterVisitor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object ReplicationInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object MarshalledValueInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object InvocationContextInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 

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

Methods in org.jboss.cache.interceptors.base with parameters of type ClearDataCommand
protected  Object PostProcessingCommandInterceptor.handleClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
protected  Object SkipCheckChainedInterceptor.handleRemoveDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object SkipCheckChainedInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object PostProcessingCommandInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 



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