|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReplicationRequestHandler
Interface of a replication request handler in a provider/master.
| 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 |
|---|
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 control
org.apache.directory.api.ldap.model.exception.LdapException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||