Uses of Interface
org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer

Packages that use ReplicationConsumer
org.apache.directory.server.ldap Contains the entry point for the LDAP protocol provider and the session registry. 
org.apache.directory.server.ldap.replication.consumer   
 

Uses of ReplicationConsumer in org.apache.directory.server.ldap
 

Method parameters in org.apache.directory.server.ldap with type arguments of type ReplicationConsumer
 void LdapServer.setReplConsumers(List<ReplicationConsumer> replConsumers)
           
 

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

Classes in org.apache.directory.server.ldap.replication.consumer that implement ReplicationConsumer
 class ReplicationConsumerImpl
          Implementation of syncrepl slave a.k.a consumer.
 

Methods in org.apache.directory.server.ldap.replication.consumer with parameters of type ReplicationConsumer
 void PingerThread.addConsumer(ReplicationConsumer consumer)
          Add a new consumer to ping
 void PingerThread.removeConsumer(ReplicationConsumer consumer)
          Remove a consumer to ping
 



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