public interface ReplicationRequestHandler
| Modifier and Type | Method and Description |
|---|---|
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
|
void start(LdapServer server)
server - the LdapServer instancevoid stop()
void handleSyncRequest(LdapSession session, org.apache.directory.api.ldap.model.message.SearchRequest req) throws org.apache.directory.api.ldap.model.exception.LdapException
session - the LdapSession instancereq - the SearchRequest with the SyncRequest controlorg.apache.directory.api.ldap.model.exception.LdapExceptionCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.