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

Packages that use EvictCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
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 Fqn2BuddyFqnVisitor.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.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
protected  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 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 © 2009 JBoss, a division of Red Hat. All Rights Reserved.