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

Packages that use PutForExternalReadCommand
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 PutForExternalReadCommand in org.jboss.cache.buddyreplication
 

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

Uses of PutForExternalReadCommand in org.jboss.cache.commands
 

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

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

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

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

Uses of PutForExternalReadCommand in org.jboss.cache.interceptors
 

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

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

Methods in org.jboss.cache.interceptors.base with parameters of type PutForExternalReadCommand
protected  Object SkipCheckChainedInterceptor.handlePutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command)
           
protected  Object PrePostProcessingCommandInterceptor.handlePutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command)
           
 Object SkipCheckChainedInterceptor.visitPutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitPutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command)
           
 



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