Uses of Class
org.infinispan.commands.write.ClearCommand

Packages that use ClearCommand
org.infinispan.commands   
org.infinispan.interceptors   
org.infinispan.interceptors.base   
 

Uses of ClearCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return ClearCommand
 ClearCommand CommandsFactoryImpl.buildClearCommand()
           
 ClearCommand CommandsFactory.buildClearCommand()
           
 

Methods in org.infinispan.commands with parameters of type ClearCommand
 Object Visitor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object AbstractVisitor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 

Uses of ClearCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type ClearCommand
 Object ReplicationInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object LockingInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object InvocationContextInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object InvalidationInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object DistributionInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object CallInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object CacheStoreInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 

Uses of ClearCommand in org.infinispan.interceptors.base
 

Methods in org.infinispan.interceptors.base with parameters of type ClearCommand
protected  Object PrePostProcessingCommandInterceptor.handleClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 



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