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

Packages that use GetChildrenNamesCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.commands.legacy.read   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
 

Uses of GetChildrenNamesCommand in org.jboss.cache.buddyreplication
 

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

Uses of GetChildrenNamesCommand in org.jboss.cache.commands
 

Methods in org.jboss.cache.commands that return GetChildrenNamesCommand
 GetChildrenNamesCommand PessimisticCommandsFactoryImpl.buildGetChildrenNamesCommand(Fqn fqn)
          Deprecated.  
 GetChildrenNamesCommand CommandsFactory.buildGetChildrenNamesCommand(Fqn fqn)
           
 GetChildrenNamesCommand CommandsFactoryImpl.buildGetChildrenNamesCommand(Fqn fqn)
           
 

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

Uses of GetChildrenNamesCommand in org.jboss.cache.commands.legacy.read
 

Subclasses of GetChildrenNamesCommand in org.jboss.cache.commands.legacy.read
 class PessGetChildrenNamesCommand
          Deprecated. will be removed along with optimistic and pessimistic locking.
 

Uses of GetChildrenNamesCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type GetChildrenNamesCommand
protected  Object PessimisticLockInterceptor.handleGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command)
          Deprecated.  
 Object MVCCLockingInterceptor.handleGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command)
           
 Object CacheLoaderInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command)
           
 Object LegacyDataGravitatorInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command)
          Deprecated.  
 Object MarshalledValueInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command)
           
 Object LegacyCacheLoaderInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command)
          Deprecated.  
 Object OptimisticNodeInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command)
          Deprecated.  
 Object ActivationInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command)
           
 Object LegacyActivationInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command)
          Deprecated.  
 

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

Methods in org.jboss.cache.interceptors.base with parameters of type GetChildrenNamesCommand
protected  Object SkipCheckChainedInterceptor.handleGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command)
           
protected  Object PrePostProcessingCommandInterceptor.handleGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command)
           
 Object SkipCheckChainedInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command)
           
 



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