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

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

Uses of ExistsCommand in org.jboss.cache.buddyreplication
 

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

Uses of ExistsCommand in org.jboss.cache.commands
 

Methods in org.jboss.cache.commands that return ExistsCommand
 ExistsCommand CommandsFactoryImpl.buildExistsNodeCommand(Fqn fqn)
           
 ExistsCommand CommandsFactory.buildExistsNodeCommand(Fqn fqn)
           
 

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

Uses of ExistsCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type ExistsCommand
 Object MVCCLockingInterceptor.handleExistsNodeCommand(InvocationContext ctx, ExistsCommand command)
           
 Object InvocationContextInterceptor.visitExistsNodeCommand(InvocationContext ctx, ExistsCommand command)
           
 

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

Methods in org.jboss.cache.interceptors.base with parameters of type ExistsCommand
protected  Object SkipCheckChainedInterceptor.handleExistsNodeCommand(InvocationContext ctx, ExistsCommand command)
           
protected  Object PrePostProcessingCommandInterceptor.handleExistsNodeCommand(InvocationContext ctx, ExistsCommand command)
           
 Object SkipCheckChainedInterceptor.visitExistsNodeCommand(InvocationContext ctx, ExistsCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitExistsNodeCommand(InvocationContext ctx, ExistsCommand command)
           
 



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