Class VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.Factory

    • Constructor Detail

      • Factory

        public Factory​(java.lang.String temporaryDirectory,
                       int attempts,
                       long pause,
                       java.util.concurrent.TimeUnit timeUnit)
        Creates a connection factory for a POSIX socket using JNA.
        Parameters:
        temporaryDirectory - The temporary directory to use.
        attempts - The maximum amount of attempts for checking the establishment of a socket connection.
        pause - The pause between two checks for an established socket connection.
        timeUnit - The time unit of the pause time.