Uses of Interface
org.ourgrid.mygrid.replicaexecutor.ReplicaExecutor

Packages that use ReplicaExecutor
org.ourgrid.mygrid.replicaexecutor   
org.ourgrid.mygrid.replicaexecutor.test   
 

Uses of ReplicaExecutor in org.ourgrid.mygrid.replicaexecutor
 

Classes in org.ourgrid.mygrid.replicaexecutor that implement ReplicaExecutor
 class ReplicaExecutorThread
          Description: This class is in charge of executing a replica.
 

Methods in org.ourgrid.mygrid.replicaexecutor that return ReplicaExecutor
 ReplicaExecutor ReplicaExecutorThreadManager.obtainReplicaExecutorThread(ReplicaEntry replica, GumClient gumClient)
          Provides a replicaExecutorThread
 

Methods in org.ourgrid.mygrid.replicaexecutor that return types with arguments of type ReplicaExecutor
 java.util.Collection<ReplicaExecutor> ReplicaExecutorThreadManager.getReplicaExecutorThreads()
          Provides a Collection that contains all ReplicaExecutorThread objects.
 

Constructors in org.ourgrid.mygrid.replicaexecutor with parameters of type ReplicaExecutor
EBReplicaManager.KillerThread(ReplicaExecutor aThread)
           
 

Uses of ReplicaExecutor in org.ourgrid.mygrid.replicaexecutor.test
 

Classes in org.ourgrid.mygrid.replicaexecutor.test that implement ReplicaExecutor
 class FakeReplicaExecutorThread
          Description: a fake class to be used by unit tests