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

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

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

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

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)
          Deprecated.  
 Object MVCCLockingInterceptor.handleClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
protected  Object CacheStoreInterceptor.handleRemoveDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object ReplicationInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object OptimisticReplicationInterceptor.DataVersionPopulator.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object OptimisticNodeInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
          Deprecated.  
 Object MarshalledValueInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object LegacyCacheLoaderInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
          Deprecated.  
 Object LegacyActivationInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
          Deprecated.  
 Object InvocationContextInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object InvalidationInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object InvalidationInterceptor.InvalidationFilterVisitor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object EvictionInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object CallInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object CacheLoaderInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object ActivationInterceptor.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 PrePostProcessingCommandInterceptor.handleClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
protected  Object SkipCheckChainedInterceptor.handleRemoveDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object SkipCheckChainedInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitClearDataCommand(InvocationContext ctx, ClearDataCommand command)
           
 



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