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 ForkNodeArgumentspublic 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 ForkNodeArgumentspublic void logWarningAtEnd(@Nonnull String text)
logWarningAtEnd in interface ForkNodeArguments@Nonnull public ConsoleLogger getConsoleLogger()
getConsoleLogger in interface ForkNodeArguments@Nonnull public Object getConsoleLock()
getConsoleLock in interface ForkNodeArgumentspublic File getEventStreamBinaryFile()
getEventStreamBinaryFile in interface ForkNodeArgumentspublic File getCommandStreamBinaryFile()
getCommandStreamBinaryFile in interface ForkNodeArgumentsCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.