Interface ForkNodeArguments

    • Method Detail

      • getSessionId

        @Nonnull
        java.lang.String getSessionId()
      • getForkChannelId

        @Nonnegative
        int getForkChannelId()
        The index of the forked JVM, from 1 to N.
        Returns:
        index of the forked JVM
      • dumpStreamText

        @Nonnull
        java.io.File dumpStreamText​(@Nonnull
                                    java.lang.String text)
      • dumpStreamException

        @Nonnull
        java.io.File dumpStreamException​(@Nonnull
                                         java.lang.Throwable t)
      • logWarningAtEnd

        void logWarningAtEnd​(@Nonnull
                             java.lang.String text)
      • getConsoleLock

        @Nonnull
        java.lang.Object getConsoleLock()
      • getEventStreamBinaryFile

        java.io.File getEventStreamBinaryFile()
      • getCommandStreamBinaryFile

        java.io.File getCommandStreamBinaryFile()