Uses of Class
org.jboss.cache.commands.remote.ReplicateCommand

Packages that use ReplicateCommand
org.jboss.cache.buddyreplication   
org.jboss.cache.cluster   
org.jboss.cache.commands   
org.jboss.cache.commands.remote   
 

Uses of ReplicateCommand in org.jboss.cache.buddyreplication
 

Methods in org.jboss.cache.buddyreplication that return ReplicateCommand
 ReplicateCommand BuddyManager.transformReplicateCommand(ReplicateCommand rc)
           
 

Methods in org.jboss.cache.buddyreplication with parameters of type ReplicateCommand
 ReplicateCommand BuddyManager.transformReplicateCommand(ReplicateCommand rc)
           
 

Uses of ReplicateCommand in org.jboss.cache.cluster
 

Methods in org.jboss.cache.cluster with parameters of type ReplicateCommand
 void ReplicationQueue.add(ReplicateCommand job)
          Adds a new method call.
 

Uses of ReplicateCommand in org.jboss.cache.commands
 

Methods in org.jboss.cache.commands that return ReplicateCommand
 ReplicateCommand CommandsFactoryImpl.buildReplicateCommand(List<ReplicableCommand> modifications)
           
 ReplicateCommand CommandsFactory.buildReplicateCommand(List<ReplicableCommand> modifications)
           
 ReplicateCommand CommandsFactoryImpl.buildReplicateCommand(ReplicableCommand command)
           
 ReplicateCommand CommandsFactory.buildReplicateCommand(ReplicableCommand command)
           
 

Uses of ReplicateCommand in org.jboss.cache.commands.remote
 

Methods in org.jboss.cache.commands.remote that return ReplicateCommand
 ReplicateCommand ReplicateCommand.copy()
          Creates a copy of this command, amking a deep copy of any collections but everything else copied shallow.
 



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