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

Packages that use InvalidateCommand
org.infinispan.commands   
org.infinispan.commands.write   
org.infinispan.interceptors   
 

Uses of InvalidateCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return InvalidateCommand
 InvalidateCommand CommandsFactoryImpl.buildInvalidateCommand(Object... keys)
           
 InvalidateCommand CommandsFactory.buildInvalidateCommand(Object... keys)
           
 InvalidateCommand CommandsFactoryImpl.buildInvalidateFromL1Command(Object... keys)
           
 InvalidateCommand CommandsFactory.buildInvalidateFromL1Command(Object... keys)
           
 

Methods in org.infinispan.commands with parameters of type InvalidateCommand
 Object Visitor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand invalidateCommand)
           
 Object AbstractVisitor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand invalidateCommand)
           
 

Uses of InvalidateCommand in org.infinispan.commands.write
 

Subclasses of InvalidateCommand in org.infinispan.commands.write
 class InvalidateL1Command
          Invalidates an entry in a L1 cache (used with DIST mode)
 

Uses of InvalidateCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type InvalidateCommand
 Object LockingInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 Object CacheLoaderInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 



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