Uses of Class
org.jboss.cache.commands.legacy.write.CreateNodeCommand

Packages that use CreateNodeCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
 

Uses of CreateNodeCommand in org.jboss.cache.buddyreplication
 

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

Uses of CreateNodeCommand in org.jboss.cache.commands
 

Methods in org.jboss.cache.commands that return CreateNodeCommand
 CreateNodeCommand CommandsFactoryImpl.buildCreateNodeCommand(Fqn fqn)
           
 CreateNodeCommand OptimisticCommandsFactoryImpl.buildCreateNodeCommand(Fqn fqn)
          Deprecated.  
 CreateNodeCommand CommandsFactory.buildCreateNodeCommand(Fqn fqn)
           
 

Methods in org.jboss.cache.commands with parameters of type CreateNodeCommand
 Object Visitor.visitCreateNodeCommand(InvocationContext ctx, CreateNodeCommand command)
          Deprecated. in 3.0. Will be removed once optimistic and pessimistic locking is removed.
 Object AbstractVisitor.visitCreateNodeCommand(InvocationContext ctx, CreateNodeCommand command)
           
 

Uses of CreateNodeCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type CreateNodeCommand
 Object OptimisticReplicationInterceptor.DataVersionPopulator.visitCreateNodeCommand(InvocationContext ctx, CreateNodeCommand command)
           
 

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

Methods in org.jboss.cache.interceptors.base with parameters of type CreateNodeCommand
protected  Object PrePostProcessingCommandInterceptor.handleCreateNodeCommand(InvocationContext ctx, CreateNodeCommand command)
          Deprecated. in 3.0. Will be removed when Optimistic and Pessimistic locking is removed.
 Object PrePostProcessingCommandInterceptor.visitCreateNodeCommand(InvocationContext ctx, CreateNodeCommand command)
           
 



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