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

Packages that use PrepareCommand
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.control Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. 
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.interceptors.base Base interceptors containing common, reusable behavior. 
org.infinispan.transaction JTA transaction support. 
 

Uses of PrepareCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return PrepareCommand
 PrepareCommand CommandsFactoryImpl.buildPrepareCommand(GlobalTransaction gtx, List<WriteCommand> modifications, boolean onePhaseCommit)
           
 PrepareCommand CommandsFactory.buildPrepareCommand(GlobalTransaction gtx, List<WriteCommand> modifications, boolean onePhaseCommit)
          Builds a PrepareCommand
 

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

Method parameters in org.infinispan.commands with type arguments of type PrepareCommand
 RehashControlCommand CommandsFactoryImpl.buildRehashControlCommandTxLogPendingPrepares(Address sender, List<PrepareCommand> commands)
           
 RehashControlCommand CommandsFactory.buildRehashControlCommandTxLogPendingPrepares(Address sender, List<PrepareCommand> state)
          Builds a RehashControlCommand for coordinating a rehash event.
 

Uses of PrepareCommand in org.infinispan.commands.control
 

Constructor parameters in org.infinispan.commands.control with type arguments of type PrepareCommand
RehashControlCommand(String cacheName, RehashControlCommand.Type type, Address sender, List<WriteCommand> txLogCommands, List<PrepareCommand> pendingPrepares, CommandsFactory commandsFactory)
           
 

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.distribution
 

Methods in org.infinispan.distribution that return types with arguments of type PrepareCommand
 Collection<PrepareCommand> TransactionLoggerImpl.getPendingPrepares()
           
 Collection<PrepareCommand> TransactionLogger.getPendingPrepares()
          Drains pending prepares.
 

Methods in org.infinispan.distribution with parameters of type PrepareCommand
 void TransactionLoggerImpl.logIfNeeded(PrepareCommand command)
           
 void TransactionLogger.logIfNeeded(PrepareCommand command)
          Logs a PrepareCommand if needed.
 

Uses of PrepareCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type PrepareCommand
 Object TxInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object ReplicationInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object NotificationInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object LockingInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object InvalidationInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object DistTxInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand cmd)
           
 Object DistributionInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object DeadlockDetectingInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object CallInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object CacheStoreInterceptor.visitPrepareCommand(TxInvocationContext 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(TxInvocationContext 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)
           
 


Google Analytics

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