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

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

Uses of RemoveDataCommand in org.jboss.cache.buddyreplication
 

Methods in org.jboss.cache.buddyreplication with parameters of type RemoveDataCommand
 Object BuddyFqnTransformer.visitRemoveDataCommand(InvocationContext ctx, RemoveDataCommand command)
           
 

Uses of RemoveDataCommand in org.jboss.cache.commands
 

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

Uses of RemoveDataCommand in org.jboss.cache.factories
 

Methods in org.jboss.cache.factories that return RemoveDataCommand
 RemoveDataCommand CommandsFactory.buildRemoveDataCommand(GlobalTransaction gtx, Fqn fqn, boolean createUndoops, boolean sendNodeEvent, boolean eviction)
           
 

Uses of RemoveDataCommand in org.jboss.cache.interceptors
 

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

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

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



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