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

Packages that use PutDataMapCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.factories   
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 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.factories
 

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

Uses of PutDataMapCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type PutDataMapCommand
protected  Object CacheStoreInterceptor.handlePutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
protected  Object PessimisticLockInterceptor.handlePutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object ActivationInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object CallInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object EvictionInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object OptimisticNodeInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object OptimisticReplicationInterceptor.DataVersionPopulator.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object CacheLoaderInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object InvalidationInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object InvalidationInterceptor.InvalidationFilterVisitor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object OptimisticCreateIfNotExistsInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object CacheMgmtInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object ReplicationInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object MarshalledValueInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object InvocationContextInterceptor.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 SkipCheckChainedInterceptor.handlePutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
protected  Object PostProcessingCommandInterceptor.handlePutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object SkipCheckChainedInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 Object PostProcessingCommandInterceptor.visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command)
           
 



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