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

Packages that use PutForExternalReadCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.factories   
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 BuddyFqnTransformer.visitPutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command)
           
 

Uses of PutForExternalReadCommand in org.jboss.cache.commands
 

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.factories
 

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

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)
           
protected  Object CacheStoreInterceptor.handlePutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command)
           
 Object ReplicationInterceptor.visitPutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command)
           
 Object OptimisticReplicationInterceptor.visitPutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command)
           
 Object OptimisticReplicationInterceptor.DataVersionPopulator.visitPutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command)
           
 Object OptimisticNodeInterceptor.visitPutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command)
           
 Object OptimisticCreateIfNotExistsInterceptor.visitPutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command)
           
 Object MarshalledValueInterceptor.visitPutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command)
           
 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 PostProcessingCommandInterceptor.handlePutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command)
           
 Object SkipCheckChainedInterceptor.visitPutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command)
           
 Object PostProcessingCommandInterceptor.visitPutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command)
           
 



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