Interface ForkNodeArguments

All Known Implementing Classes:
ForkedNodeArg, ForkStarter.ForkedNodeArg

public interface ForkNodeArguments
The properties related to the current JVM.
Since:
3.0.0-M5
  • Method Details

    • getSessionId

      @Nonnull String getSessionId()
    • getForkChannelId

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

      @Nonnull File dumpStreamText(@Nonnull String text)
    • dumpStreamException

      @Nonnull File dumpStreamException(@Nonnull Throwable t)
    • logWarningAtEnd

      void logWarningAtEnd(@Nonnull String text)
    • getConsoleLogger

      @Nonnull ConsoleLogger getConsoleLogger()
    • getConsoleLock

      @Nonnull Object getConsoleLock()
    • getEventStreamBinaryFile

      File getEventStreamBinaryFile()
    • getCommandStreamBinaryFile

      File getCommandStreamBinaryFile()