org.apache.directory.server.ldap.replication.provider
Interface ReplicationRequestHandler

All Known Implementing Classes:
SyncReplRequestHandler

public interface ReplicationRequestHandler

Interface of a replication request handler in a provider/master.

Author:
Apache Directory Project

Method Summary
 void handleSyncRequest(LdapSession session, org.apache.directory.api.ldap.model.message.SearchRequest req)
          A method to be used by any RFC 4533 compatible provider implementation
 void start(LdapServer server)
          initializes the replication provider
 void stop()
          stops the replication provider
 

Method Detail

start

void start(LdapServer server)
initializes the replication provider

Parameters:
server - the LdapServer instance

stop

void stop()
stops the replication provider


handleSyncRequest

void handleSyncRequest(LdapSession session,
                       org.apache.directory.api.ldap.model.message.SearchRequest req)
                       throws org.apache.directory.api.ldap.model.exception.LdapException
A method to be used by any RFC 4533 compatible provider implementation

Parameters:
session - the LdapSession instance
req - the SearchRequest with the SyncRequest control
Throws:
org.apache.directory.api.ldap.model.exception.LdapException


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