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

Packages that use GetKeyValueCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.factories   
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 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.factories
 

Methods in org.jboss.cache.factories that return GetKeyValueCommand
 GetKeyValueCommand CommandsFactory.buildGetKeyValueCommand(Fqn<?> fqn, Object key, boolean sendNodeEvent)
           
 

Uses of GetKeyValueCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type GetKeyValueCommand
protected  Object PessimisticLockInterceptor.handleGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object ActivationInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object EvictionInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object OptimisticNodeInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object CacheLoaderInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object CacheMgmtInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object MarshalledValueInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object DataGravitatorInterceptor.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  Object SkipCheckChainedInterceptor.handleGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
protected  Object PostProcessingCommandInterceptor.handleGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object SkipCheckChainedInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object PostProcessingCommandInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 



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