org.apache.directory.server.core.replication
Class ReplicationConfiguration

java.lang.Object
  extended by org.apache.directory.server.core.replication.ReplicationConfiguration

public class ReplicationConfiguration
extends java.lang.Object

The replication configuration.

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

Constructor Summary
ReplicationConfiguration()
          Default constructor
 
Method Summary
 java.util.List<ReplicationProvider> getproviders()
           
 void setProviders(java.util.List<ReplicationProvider> providers)
          Sets the providers in the server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationConfiguration

public ReplicationConfiguration()
Default constructor

Method Detail

setProviders

public void setProviders(java.util.List<ReplicationProvider> providers)
Sets the providers in the server.

Parameters:
providers - the providers to be used in the server.

getproviders

public java.util.List<ReplicationProvider> getproviders()
Returns:
The list of replication providers


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