Uses of Class
org.jboss.cache.commands.write.PutDataMapCommand

Packages that use PutDataMapCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.commands.legacy.write   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
 

Uses of PutDataMapCommand in org.jboss.cache.buddyreplication
 

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

Uses of PutDataMapCommand in org.jboss.cache.commands
 

Methods in org.jboss.cache.commands that return PutDataMapCommand
 PutDataMapCommand CommandsFactoryImpl.buildPutDataMapCommand(GlobalTransaction gtx, Fqn fqn, Map data)
           
 PutDataMapCommand PessimisticCommandsFactoryImpl.buildPutDataMapCommand(GlobalTransaction gtx, Fqn fqn, Map data)
          Deprecated.  
 PutDataMapCommand CommandsFactory.buildPutDataMapCommand(GlobalTransaction gtx, Fqn fqn, Map data)
           
 

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

Uses of PutDataMapCommand in org.jboss.cache.commands.legacy.write
 

Subclasses of PutDataMapCommand in org.jboss.cache.commands.legacy.write
 class PessPutDataMapCommand
          Deprecated. will be removed along with optimistic and pessimistic locking.
 

Uses of PutDataMapCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type PutDataMapCommand
 Object MVCCLockingInterceptor.handlePutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
protected  Object PessimisticLockInterceptor.handlePutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
          Deprecated.  
protected  Object CacheStoreInterceptor.handlePutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object InvalidationInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object InvalidationInterceptor.InvalidationFilterVisitor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object CacheMgmtInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object LegacyCacheLoaderInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
          Deprecated.  
 Object EvictionInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object ActivationInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object CallInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object ReplicationInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object OptimisticReplicationInterceptor.DataVersionPopulator.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object InvocationContextInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object OptimisticNodeInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
          Deprecated.  
 Object LegacyActivationInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
          Deprecated.  
 Object MarshalledValueInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object OptimisticCreateIfNotExistsInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
          Deprecated.  
 Object CacheLoaderInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 

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

Methods in org.jboss.cache.interceptors.base with parameters of type PutDataMapCommand
protected  Object PrePostProcessingCommandInterceptor.handlePutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
protected  Object SkipCheckChainedInterceptor.handlePutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object SkipCheckChainedInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 



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