Uses of Interface
org.opends.server.replication.protocol.Session
-
Packages that use Session 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. -
-
Uses of Session in org.opends.server.replication.protocol
Constructors in org.opends.server.replication.protocol with parameters of type Session Constructor Description HeartbeatThread(String threadName, Session session, long heartbeatInterval)
Create a heartbeat thread. -
Uses of Session in org.opends.server.replication.server
Constructors in org.opends.server.replication.server with parameters of type Session Constructor Description PeerServerReader(Session session, org.opends.server.replication.server.PeerServer peerServer)
Constructor for the LDAP server reader part of the replicationServer.
-