org.apache.directory.server.ldap.replication
Class ReplicationSystem

java.lang.Object
  extended by org.apache.directory.server.ldap.replication.ReplicationSystem

public class ReplicationSystem
extends java.lang.Object

The replication sub-system.

Version:
$Rev$, $Date$
Author:
Apache Directory Project
XBean

Constructor Summary
ReplicationSystem()
           
 
Method Summary
 java.util.Set<ReplicaPeerConfiguration> getReplicaPeers()
           
 void setReplicaPeers(java.util.Set<ReplicaPeerConfiguration> replicaPeers)
          Set the list of replica peers this server is connected to
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationSystem

public ReplicationSystem()
Method Detail

setReplicaPeers

public void setReplicaPeers(java.util.Set<ReplicaPeerConfiguration> replicaPeers)
Set the list of replica peers this server is connected to

Parameters:
replicaPeers - The list of replicas

getReplicaPeers

public java.util.Set<ReplicaPeerConfiguration> getReplicaPeers()


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.