Class ReplicationServerListenThread

  • All Implemented Interfaces:
    Runnable

    public class ReplicationServerListenThread
    extends DirectoryThread
    This Class is used to create a thread that is responsible for listening on the Replication Server thread and accept new incoming connections from other replication servers or from LDAP servers.
    • Constructor Detail

      • ReplicationServerListenThread

        public ReplicationServerListenThread​(ReplicationServer server,
                                             ServerSocket serverSocket)
        Creates a new instance of this directory thread with the specified name.
        Parameters:
        server - The ReplicationServer that will be called to handle the connections.
        serverSocket - The socket to listen for incoming connection.
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread