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

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

Methods in org.jboss.cache.buddyreplication with parameters of type PrepareCommand
 Object BuddyFqnTransformer.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 

Uses of PrepareCommand in org.jboss.cache.commands
 

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

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

Subclasses of PrepareCommand in org.jboss.cache.commands.tx
 class OptimisticPrepareCommand
          An optimistic version of PrepareCommand.
 

Methods in org.jboss.cache.commands.tx that return PrepareCommand
 PrepareCommand PrepareCommand.clone()
           
 

Uses of PrepareCommand in org.jboss.cache.factories
 

Methods in org.jboss.cache.factories that return PrepareCommand
 PrepareCommand CommandsFactory.buildPrepareCommand(GlobalTransaction gtx, List<ReversibleCommand> modifications, org.jgroups.Address address, boolean onePhaseCommit)
           
 PrepareCommand CommandsFactory.buildPrepareCommand(GlobalTransaction gtx, ReversibleCommand command, boolean onePhaseCommit)
           
 

Uses of PrepareCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors that return PrepareCommand
protected  PrepareCommand TxInterceptor.buildPrepareCommand(GlobalTransaction gtx, List modifications, boolean onePhaseCommit)
           
protected  PrepareCommand OptimisticTxInterceptor.buildPrepareCommand(GlobalTransaction gtx, List modifications, boolean onePhaseCommit)
           
 

Methods in org.jboss.cache.interceptors with parameters of type PrepareCommand
protected  Object PessimisticLockInterceptor.handlePrepareCommand(InvocationContext ctx, PrepareCommand command)
           
protected  Object CacheStoreInterceptor.handlePrepareCommand(InvocationContext ctx, PrepareCommand command)
           
protected  void TxInterceptor.replayModifications(InvocationContext ctx, Transaction ltx, PrepareCommand command)
          Replays modifications
protected  void OptimisticTxInterceptor.replayModifications(InvocationContext ctx, Transaction ltx, PrepareCommand command)
          Replays modifications by passing them up the interceptor chain.
protected  void ReplicationInterceptor.runPreparePhase(PrepareCommand prepareMethod, GlobalTransaction gtx, InvocationContext ctx)
          Calls prepare(GlobalTransaction,List,org.jgroups.Address,boolean)) in all members except self.
 Object TxInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 Object ReplicationInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 Object NotificationInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 Object InvocationContextInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 Object InvalidationInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 Object CallInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 Object ActivationInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 

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

Methods in org.jboss.cache.interceptors.base with parameters of type PrepareCommand
protected  Object SkipCheckChainedInterceptor.handlePrepareCommand(InvocationContext ctx, PrepareCommand command)
           
protected  Object PostProcessingCommandInterceptor.handlePrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 Object SkipCheckChainedInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 Object PostProcessingCommandInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 



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