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

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

Uses of PutKeyValueCommand in org.jboss.cache.buddyreplication
 

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

Uses of PutKeyValueCommand in org.jboss.cache.commands
 

Methods in org.jboss.cache.commands that return PutKeyValueCommand
 PutKeyValueCommand PessimisticCommandsFactoryImpl.buildPutKeyValueCommand(GlobalTransaction gtx, Fqn fqn, Object key, Object value)
          Deprecated.  
 PutKeyValueCommand CommandsFactoryImpl.buildPutKeyValueCommand(GlobalTransaction gtx, Fqn fqn, Object key, Object value)
           
 PutKeyValueCommand CommandsFactory.buildPutKeyValueCommand(GlobalTransaction gtx, Fqn fqn, Object key, Object value)
           
 

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

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

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

Uses of PutKeyValueCommand in org.jboss.cache.commands.write
 

Subclasses of PutKeyValueCommand in org.jboss.cache.commands.write
 class PutForExternalReadCommand
          Represents the Cache.putForExternalRead(org.jboss.cache.Fqn, Object, Object) method call.
 

Uses of PutKeyValueCommand in org.jboss.cache.interceptors
 

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

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

Methods in org.jboss.cache.interceptors.base with parameters of type PutKeyValueCommand
protected  Object SkipCheckChainedInterceptor.handlePutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command)
           
protected  Object PrePostProcessingCommandInterceptor.handlePutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command)
           
 Object SkipCheckChainedInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command)
           
 



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