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

Packages that use GetKeyValueCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
 

Uses of GetKeyValueCommand in org.jboss.cache.buddyreplication
 

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

Uses of GetKeyValueCommand in org.jboss.cache.commands
 

Methods in org.jboss.cache.commands that return GetKeyValueCommand
 GetKeyValueCommand CommandsFactoryImpl.buildGetKeyValueCommand(Fqn fqn, Object key, boolean sendNodeEvent)
           
 GetKeyValueCommand CommandsFactory.buildGetKeyValueCommand(Fqn fqn, Object key, boolean sendNodeEvent)
           
 

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

Uses of GetKeyValueCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type GetKeyValueCommand
 Object MVCCLockingInterceptor.handleGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
protected  Object PessimisticLockInterceptor.handleGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
          Deprecated.  
 Object CacheMgmtInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object LegacyCacheLoaderInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
          Deprecated.  
 Object EvictionInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object ActivationInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object OptimisticNodeInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
          Deprecated.  
 Object LegacyActivationInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
          Deprecated.  
 Object MarshalledValueInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object CacheLoaderInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object LegacyDataGravitatorInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
          Deprecated.  
 

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

Methods in org.jboss.cache.interceptors.base with parameters of type GetKeyValueCommand
protected  Object PrePostProcessingCommandInterceptor.handleGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
protected  Object SkipCheckChainedInterceptor.handleGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object SkipCheckChainedInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 



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