Class ReplicationServerConnectThread

  • All Implemented Interfaces:
    Runnable

    public class ReplicationServerConnectThread
    extends DirectoryThread
    This Class is used to create a thread that is responsible for opening connection from this replication server to the other Replication Servers.
    • Constructor Detail

      • ReplicationServerConnectThread

        public ReplicationServerConnectThread​(ReplicationServer server)
        Creates a new instance of this directory thread with the specified name.
        Parameters:
        server - The ReplicationServer that will be called to handle the connections.
    • Method Detail

      • run

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