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

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

Methods in org.jboss.cache.buddyreplication with parameters of type EvictCommand
 Object BuddyFqnTransformer.visitEvictFqnCommand(InvocationContext ctx, EvictCommand command)
           
 

Uses of EvictCommand in org.jboss.cache.commands
 

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

Uses of EvictCommand in org.jboss.cache.commands.write
 

Subclasses of EvictCommand in org.jboss.cache.commands.write
 class InvalidateCommand
          Very much like an evict(), except that regardless of whether there is a child present, this call will never remove the node from memory - just remove its contents.
 

Uses of EvictCommand in org.jboss.cache.factories
 

Methods in org.jboss.cache.factories that return EvictCommand
 EvictCommand CommandsFactory.buildEvictFqnCommand(Fqn fqn)
           
 

Uses of EvictCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type EvictCommand
 Object PessimisticLockInterceptor.handleEvictFqnCommand(InvocationContext ctx, EvictCommand command)
           
 Object PassivationInterceptor.visitEvictFqnCommand(InvocationContext ctx, EvictCommand command)
          Notifies the cache instance listeners that the evicted node is about to be passivated and stores the evicted node and its attributes back to the store using the CacheLoader.
 Object OptimisticReplicationInterceptor.DataVersionPopulator.visitEvictFqnCommand(InvocationContext ctx, EvictCommand command)
           
 Object EvictionInterceptor.visitEvictFqnCommand(InvocationContext ctx, EvictCommand command)
           
 Object CacheMgmtInterceptor.visitEvictFqnCommand(InvocationContext ctx, EvictCommand command)
           
 

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

Methods in org.jboss.cache.interceptors.base with parameters of type EvictCommand
protected  Object SkipCheckChainedInterceptor.handleEvictFqnCommand(InvocationContext ctx, EvictCommand command)
           
protected  Object PostProcessingCommandInterceptor.handleEvictFqnCommand(InvocationContext ctx, EvictCommand command)
           
 Object SkipCheckChainedInterceptor.visitEvictFqnCommand(InvocationContext ctx, EvictCommand command)
           
 Object PostProcessingCommandInterceptor.visitEvictFqnCommand(InvocationContext ctx, EvictCommand command)
           
 



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