Uses of Interface
org.apache.directory.server.ldap.replication.ReplicationConsumerConfig

Packages that use ReplicationConsumerConfig
org.apache.directory.server.ldap.replication   
org.apache.directory.server.ldap.replication.consumer   
 

Uses of ReplicationConsumerConfig in org.apache.directory.server.ldap.replication
 

Classes in org.apache.directory.server.ldap.replication that implement ReplicationConsumerConfig
 class SyncreplConfiguration
          A class for holding the syncrepl consumer's configuration.
 

Uses of ReplicationConsumerConfig in org.apache.directory.server.ldap.replication.consumer
 

Methods in org.apache.directory.server.ldap.replication.consumer that return ReplicationConsumerConfig
 ReplicationConsumerConfig ReplicationConsumer.getConfig()
           
 

Methods in org.apache.directory.server.ldap.replication.consumer with parameters of type ReplicationConsumerConfig
 void ReplicationConsumerImpl.setConfig(ReplicationConsumerConfig config)
          sets the configuration of the consumer
 void ReplicationConsumer.setConfig(ReplicationConsumerConfig config)
          sets the configuration of the consumer
 



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