Uses of Class
org.jboss.cache.commands.tx.OptimisticPrepareCommand

Packages that use OptimisticPrepareCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.commands.tx   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
 

Uses of OptimisticPrepareCommand in org.jboss.cache.buddyreplication
 

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

Uses of OptimisticPrepareCommand in org.jboss.cache.commands
 

Methods in org.jboss.cache.commands that return OptimisticPrepareCommand
 OptimisticPrepareCommand CommandsFactoryImpl.buildOptimisticPrepareCommand(GlobalTransaction gtx, List<WriteCommand> modifications, org.jgroups.Address address, boolean onePhaseCommit)
           
 OptimisticPrepareCommand CommandsFactory.buildOptimisticPrepareCommand(GlobalTransaction gtx, List<WriteCommand> modifications, org.jgroups.Address address, boolean onePhaseCommit)
           
 

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

Uses of OptimisticPrepareCommand in org.jboss.cache.commands.tx
 

Methods in org.jboss.cache.commands.tx that return OptimisticPrepareCommand
 OptimisticPrepareCommand OptimisticPrepareCommand.copy()
          A shallow copy of all fields except collections.
 

Uses of OptimisticPrepareCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type OptimisticPrepareCommand
protected  void OptimisticReplicationInterceptor.broadcastPrepare(OptimisticPrepareCommand command, GlobalTransaction gtx, InvocationContext ctx)
          Deprecated.  
protected  Object LegacyCacheStoreInterceptor.handleOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
          Deprecated.  
protected  Object CacheStoreInterceptor.handleOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 Object InvalidationInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 Object CallInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 Object OptimisticValidatorInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
          Deprecated.  
 Object OptimisticReplicationInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
          Deprecated.  
 Object InvocationContextInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 Object OptimisticTxInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
          Deprecated.  
 Object OptimisticLockingInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
          Deprecated.  
 Object LegacyDataGravitatorInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
          Deprecated.  
 

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

Methods in org.jboss.cache.interceptors.base with parameters of type OptimisticPrepareCommand
protected  Object PrePostProcessingCommandInterceptor.handleOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
protected  Object SkipCheckChainedInterceptor.handleOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 Object SkipCheckChainedInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 



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