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.write   
org.jboss.cache.factories   
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 BuddyFqnTransformer.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 

Uses of InvalidateCommand in org.jboss.cache.commands
 

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.write
 

Subclasses of InvalidateCommand in org.jboss.cache.commands.write
 class OptimisticInvalidateCommand
          Behaves like InvalidateCommand.
 

Uses of InvalidateCommand in org.jboss.cache.factories
 

Methods in org.jboss.cache.factories that return InvalidateCommand
 InvalidateCommand CommandsFactory.buildInvalidateCommand(Fqn fqn)
           
 

Uses of InvalidateCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type InvalidateCommand
 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 PostProcessingCommandInterceptor.handleInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 Object SkipCheckChainedInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 Object PostProcessingCommandInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 



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