Uses of Class
org.jboss.cache.commands.tx.CommitCommand

Packages that use CommitCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
 

Uses of CommitCommand in org.jboss.cache.buddyreplication
 

Methods in org.jboss.cache.buddyreplication with parameters of type CommitCommand
 java.lang.Object Fqn2BuddyFqnVisitor.visitCommitCommand(InvocationContext ctx, CommitCommand commitCommand)
           
 

Uses of CommitCommand in org.jboss.cache.commands
 

Methods in org.jboss.cache.commands that return CommitCommand
 CommitCommand CommandsFactory.buildCommitCommand(GlobalTransaction gtx)
           
 CommitCommand CommandsFactoryImpl.buildCommitCommand(GlobalTransaction gtx)
           
 

Methods in org.jboss.cache.commands with parameters of type CommitCommand
 java.lang.Object Visitor.visitCommitCommand(InvocationContext ctx, CommitCommand command)
          Visits a CommitCommand.
 java.lang.Object AbstractVisitor.visitCommitCommand(InvocationContext ctx, CommitCommand command)
           
 

Uses of CommitCommand in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type CommitCommand
protected  java.lang.Object LegacyCacheStoreInterceptor.handleCommitCommand(InvocationContext ctx, CommitCommand command)
          Deprecated.  
 java.lang.Object MVCCLockingInterceptor.handleCommitCommand(InvocationContext ctx, CommitCommand command)
           
protected  java.lang.Object CacheStoreInterceptor.handleCommitCommand(InvocationContext ctx, CommitCommand command)
           
protected  java.lang.Object PessimisticLockInterceptor.handleCommitCommand(InvocationContext ctx, CommitCommand command)
          Deprecated.  
 java.lang.Object InvalidationInterceptor.visitCommitCommand(InvocationContext ctx, CommitCommand command)
           
 java.lang.Object CallInterceptor.visitCommitCommand(InvocationContext ctx, CommitCommand command)
           
 java.lang.Object NotificationInterceptor.visitCommitCommand(InvocationContext ctx, CommitCommand command)
           
 java.lang.Object OptimisticLockingInterceptor.visitCommitCommand(InvocationContext ctx, CommitCommand command)
          Deprecated.  
 java.lang.Object InvocationContextInterceptor.visitCommitCommand(InvocationContext ctx, CommitCommand command)
           
 java.lang.Object LegacyDataGravitatorInterceptor.visitCommitCommand(InvocationContext ctx, CommitCommand command)
          Deprecated.  
 java.lang.Object ReplicationInterceptor.visitCommitCommand(InvocationContext ctx, CommitCommand command)
           
 java.lang.Object TxInterceptor.visitCommitCommand(InvocationContext ctx, CommitCommand command)
           
 java.lang.Object OptimisticValidatorInterceptor.visitCommitCommand(InvocationContext ctx, CommitCommand command)
          Deprecated.  
 java.lang.Object OptimisticReplicationInterceptor.visitCommitCommand(InvocationContext ctx, CommitCommand command)
          Deprecated.  
 

Uses of CommitCommand in org.jboss.cache.interceptors.base
 

Methods in org.jboss.cache.interceptors.base with parameters of type CommitCommand
protected  java.lang.Object SkipCheckChainedInterceptor.handleCommitCommand(InvocationContext ctx, CommitCommand command)
           
protected  java.lang.Object PrePostProcessingCommandInterceptor.handleCommitCommand(InvocationContext ctx, CommitCommand command)
           
 java.lang.Object SkipCheckChainedInterceptor.visitCommitCommand(InvocationContext ctx, CommitCommand command)
           
 java.lang.Object PrePostProcessingCommandInterceptor.visitCommitCommand(InvocationContext ctx, CommitCommand command)
           
 



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