Uses of Class
org.infinispan.commands.read.GetKeyValueCommand

Packages that use GetKeyValueCommand
org.infinispan.commands   
org.infinispan.interceptors   
org.infinispan.interceptors.base   
 

Uses of GetKeyValueCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return GetKeyValueCommand
 GetKeyValueCommand CommandsFactoryImpl.buildGetKeyValueCommand(Object key)
           
 GetKeyValueCommand CommandsFactory.buildGetKeyValueCommand(Object key)
           
 

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

Uses of GetKeyValueCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type GetKeyValueCommand
 Object MarshalledValueInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object LockingInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object DistributionInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object CacheMgmtInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object CacheLoaderInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 Object ActivationInterceptor.visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command)
           
 

Uses of GetKeyValueCommand in org.infinispan.interceptors.base
 

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



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