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
 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
 Object AbstractVisitor.visitCommitCommand(InvocationContext ctx, CommitCommand command)
           
 Object Visitor.visitCommitCommand(InvocationContext ctx, CommitCommand command)
          Visits a CommitCommand.
 

Uses of CommitCommand in org.jboss.cache.interceptors
 

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

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

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



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