Class VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.Factory

    • Constructor Detail

      • Factory

        public Factory​(int attempts,
                       long pause,
                       TimeUnit timeUnit)
        Creates a new connection factory for a Solaris VM.
        Parameters:
        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.