Uses of Interface
org.jboss.cache.commands.ReversibleCommand

Packages that use ReversibleCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.commands.tx   
org.jboss.cache.commands.write   
org.jboss.cache.factories   
org.jboss.cache.interceptors   
org.jboss.cache.transaction   
 

Uses of ReversibleCommand in org.jboss.cache.buddyreplication
 

Methods in org.jboss.cache.buddyreplication that return types with arguments of type ReversibleCommand
 List<ReversibleCommand> BuddyFqnTransformer.transformBatch(List<ReversibleCommand> toTransform)
           
 

Method parameters in org.jboss.cache.buddyreplication with type arguments of type ReversibleCommand
 List<ReversibleCommand> BuddyFqnTransformer.transformBatch(List<ReversibleCommand> toTransform)
           
 

Uses of ReversibleCommand in org.jboss.cache.commands
 

Subinterfaces of ReversibleCommand in org.jboss.cache.commands
 interface VersionedDataCommand
          Just like a DataCommand, except that these are versioned and reversible too.
 

Uses of ReversibleCommand in org.jboss.cache.commands.tx
 

Fields in org.jboss.cache.commands.tx with type parameters of type ReversibleCommand
protected  List<ReversibleCommand> PrepareCommand.modifications
           
 

Methods in org.jboss.cache.commands.tx that return types with arguments of type ReversibleCommand
 List<ReversibleCommand> PrepareCommand.getModifications()
           
 

Method parameters in org.jboss.cache.commands.tx with type arguments of type ReversibleCommand
 void PrepareCommand.removeModifications(Collection<ReversibleCommand> modificationsToRemove)
           
 

Constructor parameters in org.jboss.cache.commands.tx with type arguments of type ReversibleCommand
OptimisticPrepareCommand(GlobalTransaction gtx, List<ReversibleCommand> modifications, Map data, org.jgroups.Address address, boolean onePhaseCommit)
           
PrepareCommand(GlobalTransaction gtx, List<ReversibleCommand> modifications, org.jgroups.Address localAddress, boolean onePhaseCommit)
           
 

Uses of ReversibleCommand in org.jboss.cache.commands.write
 

Classes in org.jboss.cache.commands.write that implement ReversibleCommand
 class AbstractVersionedDataCommand
          Base version of DataCommand which handles common behaviour
 class ClearDataCommand
          Implements functionality defined by Cache.clearData(String)}
 class CreateNodeCommand
          Command that creates a node.
 class MoveCommand
          Implements functionality defined by Cache.move(org.jboss.cache.Fqn, org.jboss.cache.Fqn)
 class OptimisticInvalidateCommand
          Behaves like InvalidateCommand.
 class PutDataMapCommand
          Implements functionality defined by Cache.put(String, java.util.Map).
 class PutForExternalReadCommand
          Represents the Cache.putForExternalRead(org.jboss.cache.Fqn, Object, Object) method call.
 class PutKeyValueCommand
          Implements functionality defined by Cache.put(org.jboss.cache.Fqn, Object, Object).
 class RemoveKeyCommand
          Implements functionality defined by Cache.remove(org.jboss.cache.Fqn, Object)
 class RemoveNodeCommand
          Implements functionality defined by Cache.removeNode(org.jboss.cache.Fqn)
 

Uses of ReversibleCommand in org.jboss.cache.factories
 

Methods in org.jboss.cache.factories with parameters of type ReversibleCommand
 PrepareCommand CommandsFactory.buildPrepareCommand(GlobalTransaction gtx, ReversibleCommand command, boolean onePhaseCommit)
           
 

Method parameters in org.jboss.cache.factories with type arguments of type ReversibleCommand
 OptimisticPrepareCommand CommandsFactory.buildOptimisticPrepareCommand(GlobalTransaction gtx, List<ReversibleCommand> modifications, Map data, org.jgroups.Address address, boolean onePhaseCommit)
           
 PrepareCommand CommandsFactory.buildPrepareCommand(GlobalTransaction gtx, List<ReversibleCommand> modifications, org.jgroups.Address address, boolean onePhaseCommit)
           
 

Uses of ReversibleCommand in org.jboss.cache.interceptors
 

Fields in org.jboss.cache.interceptors with type parameters of type ReversibleCommand
protected  Map<GlobalTransaction,List<ReversibleCommand>> InvalidationInterceptor.txMods
           
 

Method parameters in org.jboss.cache.interceptors with type arguments of type ReversibleCommand
 Object TxInterceptor.runPreparePhase(InvocationContext ctx, GlobalTransaction gtx, List<ReversibleCommand> modifications)
          Handles a local prepare - invoked by the sync handler.
protected  void TxInterceptor.runRollbackPhase(InvocationContext ctx, GlobalTransaction gtx, Transaction tx, List<ReversibleCommand> modifications)
          creates a rollback()
 

Uses of ReversibleCommand in org.jboss.cache.transaction
 

Methods in org.jboss.cache.transaction that return types with arguments of type ReversibleCommand
 List<ReversibleCommand> TransactionEntry.getLocalModifications()
          Returns all modifications that have been invoked with the LOCAL cache mode option.
 List<ReversibleCommand> TransactionEntry.getModifications()
          Returns all modifications.
 

Methods in org.jboss.cache.transaction with parameters of type ReversibleCommand
 void TransactionEntry.addLocalModification(ReversibleCommand command)
          Adds a modification to the local modification list.
 void TransactionEntry.addModification(ReversibleCommand command)
          Adds a modification to the modification list.
 



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