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

Packages that use GetKeysCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
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
 java.lang.Object Fqn2BuddyFqnVisitor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
 

Uses of GetKeysCommand in org.jboss.cache.commands
 

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

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

Uses of GetKeysCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type GetKeysCommand
 java.lang.Object MVCCLockingInterceptor.handleGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
protected  java.lang.Object PessimisticLockInterceptor.handleGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
          Deprecated.  
 java.lang.Object LegacyActivationInterceptor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
          Deprecated.  
 java.lang.Object MarshalledValueInterceptor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
 java.lang.Object LegacyDataGravitatorInterceptor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
          Deprecated.  
 java.lang.Object OptimisticNodeInterceptor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
          Deprecated.  
 java.lang.Object LegacyCacheLoaderInterceptor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
          Deprecated.  
 java.lang.Object ActivationInterceptor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
 java.lang.Object CacheLoaderInterceptor.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  java.lang.Object SkipCheckChainedInterceptor.handleGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
protected  java.lang.Object PrePostProcessingCommandInterceptor.handleGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
 java.lang.Object SkipCheckChainedInterceptor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
 java.lang.Object PrePostProcessingCommandInterceptor.visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command)
           
 



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