Uses of Class
org.infinispan.commands.read.SizeCommand

Packages that use SizeCommand
org.infinispan.commands   
org.infinispan.interceptors   
org.infinispan.interceptors.base   
 

Uses of SizeCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return SizeCommand
 SizeCommand CommandsFactoryImpl.buildSizeCommand()
           
 SizeCommand CommandsFactory.buildSizeCommand()
           
 

Methods in org.infinispan.commands with parameters of type SizeCommand
 Object Visitor.visitSizeCommand(InvocationContext ctx, SizeCommand command)
           
 Object AbstractVisitor.visitSizeCommand(InvocationContext ctx, SizeCommand command)
           
 

Uses of SizeCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type SizeCommand
 Object LockingInterceptor.visitSizeCommand(InvocationContext ctx, SizeCommand command)
           
 

Uses of SizeCommand in org.infinispan.interceptors.base
 

Methods in org.infinispan.interceptors.base with parameters of type SizeCommand
protected  Object PrePostProcessingCommandInterceptor.handleSizeCommand(InvocationContext ctx, SizeCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitSizeCommand(InvocationContext ctx, SizeCommand command)
           
 



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