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
 java.lang.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 CommandsFactory.buildGetKeyValueCommand(Fqn fqn, java.lang.Object key, boolean sendNodeEvent)
           
 GetKeyValueCommand CommandsFactoryImpl.buildGetKeyValueCommand(Fqn fqn, java.lang.Object key, boolean sendNodeEvent)
           
 

Methods in org.jboss.cache.commands with parameters of type GetKeyValueCommand
 java.lang.Object Visitor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
          Visits a GetKeyValueCommand.
 java.lang.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
 java.lang.Object MVCCLockingInterceptor.handleGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
protected  java.lang.Object PessimisticLockInterceptor.handleGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
          Deprecated.  
 java.lang.Object LegacyActivationInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
          Deprecated.  
 java.lang.Object MarshalledValueInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 java.lang.Object CacheMgmtInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 java.lang.Object LegacyDataGravitatorInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
          Deprecated.  
 java.lang.Object OptimisticNodeInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
          Deprecated.  
 java.lang.Object LegacyCacheLoaderInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
          Deprecated.  
 java.lang.Object ActivationInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 java.lang.Object EvictionInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 java.lang.Object CacheLoaderInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 

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

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



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