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.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. 
org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. 
 

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)
           
 

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> RemoteTransactionLogger.getPendingPrepares()
          Drains pending prepares.
 Collection<PrepareCommand> RemoteTransactionLogDetails.getPendingPreparesMap()
           
 

Methods in org.infinispan.distribution with parameters of type PrepareCommand
 void TransactionLoggerImpl.afterCommand(PrepareCommand command)
           
 void TransactionLogger.afterCommand(PrepareCommand command)
          Logs a PrepareCommand if needed.
 void TransactionLoggerImpl.beforeCommand(PrepareCommand command)
           
 void TransactionLogger.beforeCommand(PrepareCommand command)
          Notify the transaction logger before a prepare command, potentially blocking.
 

Constructor parameters in org.infinispan.distribution with type arguments of type PrepareCommand
RemoteTransactionLogDetails(boolean drainNextCallWithoutLock, List<WriteCommand> modifications, Collection<PrepareCommand> pendingPreparesMap)
           
 

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)
           
 

Uses of PrepareCommand in org.infinispan.util.logging
 

Methods in org.infinispan.util.logging with parameters of type PrepareCommand
 void Log.unableToApplyPrepare(PrepareCommand pc, Throwable t)
           
 


-->

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