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

Methods in org.jboss.cache.commands with parameters of type InvalidateCommand
 java.lang.Object Visitor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
          Visits a InvalidateCommand.
 java.lang.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
 java.lang.Object MVCCLockingInterceptor.handleInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 java.lang.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  java.lang.Object SkipCheckChainedInterceptor.handleInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
protected  java.lang.Object PrePostProcessingCommandInterceptor.handleInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 java.lang.Object SkipCheckChainedInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 java.lang.Object PrePostProcessingCommandInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 



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