Package | Description |
---|---|
org.opends.server.replication.protocol |
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
|
org.opends.server.replication.server |
This package contains the code for the Replication Server part of the Multimaster replication feature.
|
Modifier and Type | Method and Description |
---|---|
Session |
ReplSessionSecurity.createClientSession(Socket socket,
int soTimeout)
Create a new protocol session in the client role on the provided socket.
|
Session |
ReplSessionSecurity.createServerSession(Socket socket,
int soTimeout)
Create a new protocol session in the server role on the provided socket.
|
Constructor and Description |
---|
HeartbeatThread(String threadName,
Session session,
long heartbeatInterval)
Create a heartbeat thread.
|
Constructor and Description |
---|
DataServerHandler(Session session,
ReplicationServer replicationServer)
Creates a new data server handler.
|
ReplicationServerHandler(Session session,
ReplicationServer replicationServer)
Creates a new handler object to a remote replication server.
|
ServerReader(Session session,
org.opends.server.replication.server.ServerHandler handler)
Constructor for the LDAP server reader part of the replicationServer.
|
ServerWriter(Session session,
org.opends.server.replication.server.ServerHandler handler,
ReplicationServerDomain replicationServerDomain,
DSRSShutdownSync dsrsShutdownSync)
Create a ServerWriter.
|
Copyright 2010-2018 ForgeRock AS.