Uses of Class
org.infinispan.commands.tx.PrepareCommand

Packages that use PrepareCommand
org.infinispan.commands   
org.infinispan.commands.tx   
org.infinispan.interceptors   
org.infinispan.interceptors.base   
org.infinispan.transaction   
 

Uses of PrepareCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return PrepareCommand
 PrepareCommand CommandsFactoryImpl.buildPrepareCommand(GlobalTransaction gtx, List modifications, Address localAddress, boolean onePhaseCommit)
           
 PrepareCommand CommandsFactory.buildPrepareCommand(GlobalTransaction gtx, List modifications, Address localAddress, boolean onePhaseCommit)
           
 

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

Uses of PrepareCommand in org.infinispan.commands.tx
 

Methods in org.infinispan.commands.tx that return PrepareCommand
 PrepareCommand PrepareCommand.copy()
           
 

Uses of PrepareCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors that return PrepareCommand
protected  PrepareCommand TxInterceptor.buildPrepareCommand(GlobalTransaction gtx, List<WriteCommand> modifications, boolean onePhaseCommit)
           
 

Methods in org.infinispan.interceptors with parameters of type PrepareCommand
protected  void TxInterceptor.replayModifications(InvocationContext ctx, Transaction ltx, PrepareCommand command)
          Replays modifications
protected  void ReplicationInterceptor.runPreparePhase(PrepareCommand prepareMethod, GlobalTransaction gtx, InvocationContext ctx)
          Calls prepare(GlobalTransaction,List,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 LockingInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 Object InvocationContextInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 Object InvalidationInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 Object DistributionInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 Object CallInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 Object CacheStoreInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 

Uses of PrepareCommand in org.infinispan.interceptors.base
 

Methods in org.infinispan.interceptors.base with parameters of type PrepareCommand
protected  Object PrePostProcessingCommandInterceptor.handlePrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitPrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 

Uses of PrepareCommand in org.infinispan.transaction
 

Methods in org.infinispan.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.