Package org.apache.directory.mitosis.service

Interface Summary
ReplicationContext A context object that provides the functions required for a client or a server to implement networking code related with replication communication.
 

Class Summary
ClientConnectionManager Manages all outgoing connections to remote replicas.
DefaultReplicationContext The default implementation of ReplicationContext
ReplicationLogCleanJob A OpenSymphony Quartz Job that purges old replication logs and the old entries marked as 'deleted' (i.e.
ReplicationService An Interceptor that intercepts LDAP operations and propagates the changes occurred by the operations into other Replicas so the DIT of each Replica in the cluster has the same content without any conflict.
ReplicationServiceIntegrationTest A test case for ReplicationServiceIntegrationTest
 

Enum Summary
ReplicationContext.State Represents the state of the connection between two Replicas.
 

Exception Summary
ReplicationServiceException