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

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

Uses of GetNodeCommand in org.jboss.cache.buddyreplication
 

Methods in org.jboss.cache.buddyreplication with parameters of type GetNodeCommand
 Object BuddyFqnTransformer.visitGetNodeCommand(InvocationContext ctx, GetNodeCommand command)
           
 

Uses of GetNodeCommand in org.jboss.cache.commands
 

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

Uses of GetNodeCommand in org.jboss.cache.factories
 

Methods in org.jboss.cache.factories that return GetNodeCommand
 GetNodeCommand CommandsFactory.buildGetNodeCommand(Fqn fqn)
           
 

Uses of GetNodeCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type GetNodeCommand
protected  Object PessimisticLockInterceptor.handleGetNodeCommand(InvocationContext ctx, GetNodeCommand command)
           
 Object OptimisticNodeInterceptor.visitGetNodeCommand(InvocationContext ctx, GetNodeCommand command)
           
 Object MarshalledValueInterceptor.visitGetNodeCommand(InvocationContext ctx, GetNodeCommand command)
           
 Object EvictionInterceptor.visitGetNodeCommand(InvocationContext ctx, GetNodeCommand command)
           
 Object DataGravitatorInterceptor.visitGetNodeCommand(InvocationContext ctx, GetNodeCommand command)
           
 Object CacheLoaderInterceptor.visitGetNodeCommand(InvocationContext ctx, GetNodeCommand command)
           
 Object ActivationInterceptor.visitGetNodeCommand(InvocationContext ctx, GetNodeCommand command)
           
 

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

Methods in org.jboss.cache.interceptors.base with parameters of type GetNodeCommand
protected  Object SkipCheckChainedInterceptor.handleGetNodeCommand(InvocationContext ctx, GetNodeCommand command)
           
protected  Object PostProcessingCommandInterceptor.handleGetNodeCommand(InvocationContext ctx, GetNodeCommand command)
           
 Object SkipCheckChainedInterceptor.visitGetNodeCommand(InvocationContext ctx, GetNodeCommand command)
           
 Object PostProcessingCommandInterceptor.visitGetNodeCommand(InvocationContext ctx, GetNodeCommand command)
           
 



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