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 PessimisticCommandsFactoryImpl.buildInvalidateCommand(Fqn fqn)
          Deprecated.  
 InvalidateCommand CommandsFactory.buildInvalidateCommand(Fqn fqn)
           
 InvalidateCommand CommandsFactoryImpl.buildInvalidateCommand(Fqn fqn)
           
 InvalidateCommand OptimisticCommandsFactoryImpl.buildInvalidateCommand(Fqn fqn)
          Deprecated.  
 

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

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 SkipCheckChainedInterceptor.handleInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
protected  Object PrePostProcessingCommandInterceptor.handleInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 Object SkipCheckChainedInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 



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