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
 java.lang.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 CommandsFactory.buildExistsNodeCommand(Fqn fqn)
           
 ExistsCommand CommandsFactoryImpl.buildExistsNodeCommand(Fqn fqn)
           
 

Methods in org.jboss.cache.commands with parameters of type ExistsCommand
 java.lang.Object Visitor.visitExistsNodeCommand(InvocationContext ctx, ExistsCommand command)
          Visits a RemoteExistsCommand.
 java.lang.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
 java.lang.Object MVCCLockingInterceptor.handleExistsNodeCommand(InvocationContext ctx, ExistsCommand command)
           
 java.lang.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  java.lang.Object SkipCheckChainedInterceptor.handleExistsNodeCommand(InvocationContext ctx, ExistsCommand command)
           
protected  java.lang.Object PrePostProcessingCommandInterceptor.handleExistsNodeCommand(InvocationContext ctx, ExistsCommand command)
           
 java.lang.Object SkipCheckChainedInterceptor.visitExistsNodeCommand(InvocationContext ctx, ExistsCommand command)
           
 java.lang.Object PrePostProcessingCommandInterceptor.visitExistsNodeCommand(InvocationContext ctx, ExistsCommand command)
           
 



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