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   
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   
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)
           
 

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 with parameters of type PrepareCommand
 void TransactionLoggerImpl.logIfNeeded(PrepareCommand command)
           
 void TransactionLogger.logIfNeeded(PrepareCommand command)
           
 

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 © 2009 JBoss, a division of Red Hat. All Rights Reserved.