dk.netarkivet.archive.distribute
Class ReplicaClientFactory

java.lang.Object
  extended by dk.netarkivet.archive.distribute.ReplicaClientFactory

public final class ReplicaClientFactory
extends java.lang.Object

This contains a method for retrieving all the replica clients at once.


Method Summary
static java.util.List<ReplicaClient> getReplicaClients()
          Method for retrieving the clients for the correct replicas.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getReplicaClients

public static java.util.List<ReplicaClient> getReplicaClients()
Method for retrieving the clients for the correct replicas.

Returns:
The clients to the different replicas as a list.