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

Packages that use GetDataMapCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.factories   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
 

Uses of GetDataMapCommand in org.jboss.cache.buddyreplication
 

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

Uses of GetDataMapCommand in org.jboss.cache.commands
 

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

Uses of GetDataMapCommand in org.jboss.cache.factories
 

Methods in org.jboss.cache.factories that return GetDataMapCommand
 GetDataMapCommand CommandsFactory.buildGetDataMapCommand(Fqn fqn)
           
 

Uses of GetDataMapCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type GetDataMapCommand
 Object EvictionInterceptor.visitGetDataMapCommand(InvocationContext ctx, GetDataMapCommand command)
           
 Object OptimisticNodeInterceptor.visitGetDataMapCommand(InvocationContext ctx, GetDataMapCommand command)
           
 Object CacheLoaderInterceptor.visitGetDataMapCommand(InvocationContext ctx, GetDataMapCommand command)
           
 Object MarshalledValueInterceptor.visitGetDataMapCommand(InvocationContext ctx, GetDataMapCommand command)
           
 Object DataGravitatorInterceptor.visitGetDataMapCommand(InvocationContext ctx, GetDataMapCommand command)
           
 

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

Methods in org.jboss.cache.interceptors.base with parameters of type GetDataMapCommand
protected  Object SkipCheckChainedInterceptor.handleGetDataMapCommand(InvocationContext ctx, GetDataMapCommand command)
           
protected  Object PostProcessingCommandInterceptor.handleGetDataMapCommand(InvocationContext ctx, GetDataMapCommand command)
           
 Object SkipCheckChainedInterceptor.visitGetDataMapCommand(InvocationContext ctx, GetDataMapCommand command)
           
 Object PostProcessingCommandInterceptor.visitGetDataMapCommand(InvocationContext ctx, GetDataMapCommand command)
           
 



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