Uses of Class
org.jboss.cache.commands.read.GetKeysCommand

Packages that use GetKeysCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.factories   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
 

Uses of GetKeysCommand in org.jboss.cache.buddyreplication
 

Methods in org.jboss.cache.buddyreplication with parameters of type GetKeysCommand
 Object Fqn2BuddyFqnVisitor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
 

Uses of GetKeysCommand in org.jboss.cache.commands
 

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

Uses of GetKeysCommand in org.jboss.cache.factories
 

Methods in org.jboss.cache.factories that return GetKeysCommand
 GetKeysCommand CommandsFactory.buildGetKeysCommand(Fqn fqn)
           
 

Uses of GetKeysCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type GetKeysCommand
protected  Object PessimisticLockInterceptor.handleGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
 Object ActivationInterceptor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
 Object OptimisticNodeInterceptor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
 Object CacheLoaderInterceptor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
 Object MarshalledValueInterceptor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
 Object DataGravitatorInterceptor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
 

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

Methods in org.jboss.cache.interceptors.base with parameters of type GetKeysCommand
protected  Object SkipCheckChainedInterceptor.handleGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
protected  Object PostProcessingCommandInterceptor.handleGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
 Object SkipCheckChainedInterceptor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
 Object PostProcessingCommandInterceptor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
 



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