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

Packages that use CommitCommand
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.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.interceptors.locking   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
 

Uses of CommitCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return CommitCommand
 CommitCommand CommandsFactoryImpl.buildCommitCommand(GlobalTransaction gtx)
           
 CommitCommand CommandsFactory.buildCommitCommand(GlobalTransaction gtx)
          Builds a CommitCommand
 

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

Uses of CommitCommand in org.infinispan.commands.tx
 

Subclasses of CommitCommand in org.infinispan.commands.tx
 class VersionedCommitCommand
          The same as a CommitCommand except that version information is also carried by this command, used by optimistically transactional caches making use of write skew checking when using IsolationLevel.REPEATABLE_READ.
 

Uses of CommitCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type CommitCommand
protected  PrepareCommand VersionedReplicationInterceptor.buildPrepareCommandForResend(TxInvocationContext ctx, CommitCommand commit)
           
protected  PrepareCommand VersionedDistributionInterceptor.buildPrepareCommandForResend(TxInvocationContext ctx, CommitCommand commit)
           
protected  PrepareCommand ReplicationInterceptor.buildPrepareCommandForResend(TxInvocationContext ctx, CommitCommand command)
           
protected  PrepareCommand DistributionInterceptor.buildPrepareCommandForResend(TxInvocationContext ctx, CommitCommand command)
           
 Object VersionedEntryWrappingInterceptor.visitCommitCommand(TxInvocationContext ctx, CommitCommand command)
           
 Object TxInterceptor.visitCommitCommand(TxInvocationContext ctx, CommitCommand command)
           
 Object StateTransferLockInterceptor.visitCommitCommand(TxInvocationContext ctx, CommitCommand command)
           
 Object ReplicationInterceptor.visitCommitCommand(TxInvocationContext ctx, CommitCommand command)
           
 Object NotificationInterceptor.visitCommitCommand(TxInvocationContext ctx, CommitCommand command)
           
 Object EntryWrappingInterceptor.visitCommitCommand(TxInvocationContext ctx, CommitCommand command)
           
 Object DistributionInterceptor.visitCommitCommand(TxInvocationContext ctx, CommitCommand command)
           
 Object CallInterceptor.visitCommitCommand(TxInvocationContext ctx, CommitCommand command)
           
 Object CacheStoreInterceptor.visitCommitCommand(TxInvocationContext ctx, CommitCommand command)
           
 

Uses of CommitCommand in org.infinispan.interceptors.base
 

Methods in org.infinispan.interceptors.base with parameters of type CommitCommand
protected  Object PrePostProcessingCommandInterceptor.handleCommitCommand(InvocationContext ctx, CommitCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitCommitCommand(TxInvocationContext ctx, CommitCommand command)
           
 

Uses of CommitCommand in org.infinispan.interceptors.locking
 

Methods in org.infinispan.interceptors.locking with parameters of type CommitCommand
 Object AbstractTxLockingInterceptor.visitCommitCommand(TxInvocationContext ctx, CommitCommand command)
           
 

Uses of CommitCommand in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with parameters of type CommitCommand
 boolean StateTransferLockImpl.acquireForCommand(TxInvocationContext ctx, CommitCommand command)
           
 boolean StateTransferLock.acquireForCommand(TxInvocationContext ctx, CommitCommand command)
           
 void StateTransferLockImpl.releaseForCommand(TxInvocationContext ctx, CommitCommand command)
           
 void StateTransferLock.releaseForCommand(TxInvocationContext ctx, CommitCommand command)
           
 


-->

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