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

Packages that use InvalidateCommand
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 InvalidateCommand in org.jboss.cache.buddyreplication
 

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

Uses of InvalidateCommand in org.jboss.cache.commands
 

Methods in org.jboss.cache.commands that return InvalidateCommand
 InvalidateCommand CommandsFactoryImpl.buildInvalidateCommand(Fqn fqn)
           
 InvalidateCommand PessimisticCommandsFactoryImpl.buildInvalidateCommand(Fqn fqn)
          Deprecated.  
 InvalidateCommand OptimisticCommandsFactoryImpl.buildInvalidateCommand(Fqn fqn)
          Deprecated.  
 InvalidateCommand CommandsFactory.buildInvalidateCommand(Fqn fqn)
           
 

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

Uses of InvalidateCommand in org.jboss.cache.commands.legacy.write
 

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

Uses of InvalidateCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type InvalidateCommand
 Object MVCCLockingInterceptor.handleInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 Object TxInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 

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

Methods in org.jboss.cache.interceptors.base with parameters of type InvalidateCommand
protected  Object PrePostProcessingCommandInterceptor.handleInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
protected  Object SkipCheckChainedInterceptor.handleInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 Object SkipCheckChainedInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 



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