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.factories   
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 BuddyFqnTransformer.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 

Uses of OptimisticPrepareCommand in org.jboss.cache.commands
 

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.clone()
           
 

Uses of OptimisticPrepareCommand in org.jboss.cache.factories
 

Methods in org.jboss.cache.factories that return OptimisticPrepareCommand
 OptimisticPrepareCommand CommandsFactory.buildOptimisticPrepareCommand(GlobalTransaction gtx, List<ReversibleCommand> modifications, Map data, org.jgroups.Address address, boolean onePhaseCommit)
           
 

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)
           
protected  Object CacheStoreInterceptor.handleOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 Object OptimisticValidatorInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 Object OptimisticTxInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 Object OptimisticReplicationInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 Object OptimisticLockingInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 Object InvocationContextInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 Object InvalidationInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 Object CallInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 Object ActivationInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
           
 

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

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



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