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

Packages that use GetNodeCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
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 Fqn2BuddyFqnVisitor.visitGetNodeCommand(InvocationContext ctx, GetNodeCommand command)
           
 

Uses of GetNodeCommand in org.jboss.cache.commands
 

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

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.interceptors
 

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

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

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



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