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.interceptors   
org.jboss.cache.interceptors.base   
org.jboss.cache.transaction   
 

Uses of PrepareCommand in org.jboss.cache.buddyreplication
 

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

Uses of PrepareCommand in org.jboss.cache.commands
 

Methods in org.jboss.cache.commands that return PrepareCommand
 PrepareCommand CommandsFactory.buildPrepareCommand(GlobalTransaction gtx, java.util.List<WriteCommand> modifications, org.jgroups.Address address, boolean onePhaseCommit)
           
 PrepareCommand CommandsFactoryImpl.buildPrepareCommand(GlobalTransaction gtx, java.util.List<WriteCommand> modifications, org.jgroups.Address address, boolean onePhaseCommit)
           
 PrepareCommand CommandsFactory.buildPrepareCommand(GlobalTransaction gtx, WriteCommand command, boolean onePhaseCommit)
           
 PrepareCommand CommandsFactoryImpl.buildPrepareCommand(GlobalTransaction gtx, WriteCommand command, boolean onePhaseCommit)
           
 

Methods in org.jboss.cache.commands with parameters of type PrepareCommand
 java.lang.Object Visitor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
          Visits a PrepareCommand.
 java.lang.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.copy()
           
 

Uses of PrepareCommand in org.jboss.cache.interceptors
 

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

Methods in org.jboss.cache.interceptors with parameters of type PrepareCommand
 java.lang.Object MVCCLockingInterceptor.handlePrepareCommand(InvocationContext ctx, PrepareCommand command)
           
protected  java.lang.Object CacheStoreInterceptor.handlePrepareCommand(InvocationContext ctx, PrepareCommand command)
           
protected  java.lang.Object PessimisticLockInterceptor.handlePrepareCommand(InvocationContext ctx, PrepareCommand command)
          Deprecated.  
protected  void TxInterceptor.replayModifications(InvocationContext ctx, javax.transaction.Transaction ltx, PrepareCommand command)
          Replays modifications
protected  void OptimisticTxInterceptor.replayModifications(InvocationContext ctx, javax.transaction.Transaction ltx, PrepareCommand command)
          Deprecated. 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.
 java.lang.Object InvalidationInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 java.lang.Object CallInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 java.lang.Object NotificationInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 java.lang.Object InvocationContextInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 java.lang.Object LegacyDataGravitatorInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
          Deprecated. Make sure you also run a cleanup if we have an 1pc.
 java.lang.Object ReplicationInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 java.lang.Object TxInterceptor.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  java.lang.Object SkipCheckChainedInterceptor.handlePrepareCommand(InvocationContext ctx, PrepareCommand command)
           
protected  java.lang.Object PrePostProcessingCommandInterceptor.handlePrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 java.lang.Object SkipCheckChainedInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 java.lang.Object PrePostProcessingCommandInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 

Uses of PrepareCommand in org.jboss.cache.transaction
 

Methods in org.jboss.cache.transaction with parameters of type PrepareCommand
 boolean TransactionLog.hasPendingPrepare(PrepareCommand command)
           
 void TransactionLog.logPrepare(PrepareCommand command)
           
 



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