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.legacy.write   
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 that return EvictCommand
 EvictCommand OptimisticCommandsFactoryImpl.buildEvictFqnCommand(Fqn fqn)
          Deprecated.  
 EvictCommand CommandsFactoryImpl.buildEvictFqnCommand(Fqn fqn)
           
 EvictCommand CommandsFactory.buildEvictFqnCommand(Fqn fqn)
           
 

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

Subclasses of EvictCommand in org.jboss.cache.commands.legacy.write
 class LegacyEvictCommand
          Deprecated. will be removed along with optimistic and pessimistic locking.
 

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)
          Deprecated.  
 Object MVCCLockingInterceptor.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 LegacyPassivationInterceptor.visitEvictFqnCommand(InvocationContext ctx, EvictCommand command)
          Deprecated.  
 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 PrePostProcessingCommandInterceptor.handleEvictFqnCommand(InvocationContext ctx, EvictCommand command)
           
 Object SkipCheckChainedInterceptor.visitEvictFqnCommand(InvocationContext ctx, EvictCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitEvictFqnCommand(InvocationContext ctx, EvictCommand command)
           
 



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