public final class ForkedNodeArg extends Object implements ForkNodeArguments
Constructor and Description |
---|
ForkedNodeArg(int forkChannelId,
boolean isDebug) |
Modifier and Type | Method and Description |
---|---|
File |
dumpStreamException(Throwable t) |
File |
dumpStreamText(String text) |
File |
getCommandStreamBinaryFile() |
Object |
getConsoleLock() |
ConsoleLogger |
getConsoleLogger() |
File |
getEventStreamBinaryFile() |
int |
getForkChannelId() |
String |
getSessionId() |
void |
logWarningAtEnd(String text) |
@Nonnull public String getSessionId()
getSessionId
in interface ForkNodeArguments
public int getForkChannelId()
getForkChannelId
in interface ForkNodeArguments
@Nonnull public File dumpStreamText(@Nonnull String text)
dumpStreamText
in interface ForkNodeArguments
@Nonnull public File dumpStreamException(@Nonnull Throwable t)
dumpStreamException
in interface ForkNodeArguments
public void logWarningAtEnd(@Nonnull String text)
logWarningAtEnd
in interface ForkNodeArguments
@Nonnull public ConsoleLogger getConsoleLogger()
getConsoleLogger
in interface ForkNodeArguments
@Nonnull public Object getConsoleLock()
getConsoleLock
in interface ForkNodeArguments
public File getEventStreamBinaryFile()
getEventStreamBinaryFile
in interface ForkNodeArguments
public File getCommandStreamBinaryFile()
getCommandStreamBinaryFile
in interface ForkNodeArguments
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.