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

Packages that use ExistsCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.factories   
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 BuddyFqnTransformer.visitExistsNodeCommand(InvocationContext ctx, ExistsCommand command)
           
 

Uses of ExistsCommand in org.jboss.cache.commands
 

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

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

Uses of ExistsCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type ExistsCommand
 Object DataGravitatorInterceptor.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 PostProcessingCommandInterceptor.handleExistsNodeCommand(InvocationContext ctx, ExistsCommand command)
           
 Object SkipCheckChainedInterceptor.visitExistsNodeCommand(InvocationContext ctx, ExistsCommand command)
           
 Object PostProcessingCommandInterceptor.visitExistsNodeCommand(InvocationContext ctx, ExistsCommand command)
           
 



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