|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReplicationConsumer
An interface for providers of a service which receives the ldap entries as and when a event happens in the server. The data received might vary based on the internal configuration used by implementation.
| Method Summary | |
|---|---|
ReplicationConsumerConfig |
getConfig()
|
String |
getId()
the identifier of this consumer instance |
void |
init(org.apache.directory.server.core.api.DirectoryService dirService)
initializes the consumer |
void |
setConfig(ReplicationConsumerConfig config)
sets the configuration of the consumer |
void |
start()
starts the consumer |
void |
stop()
stops the consumer |
| Method Detail |
|---|
void setConfig(ReplicationConsumerConfig config)
config - the configuration of the consumerReplicationConsumerConfig getConfig()
void init(org.apache.directory.server.core.api.DirectoryService dirService)
throws Exception
dirService - the DirectoryService
Exceptionvoid start()
void stop()
String getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||