public static class LocalProcessLauncher.ProcessContext
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
attach(java.lang.String message,
long interval,
LocalProcessLauncher.ShutdownHook shutdownHook) |
static void |
detach() |
static java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> |
getAttributes() |
static ProcessOutputStream |
getProcessOutputStream() |
static boolean |
isAttached() |
public static boolean attach(java.lang.String message,
long interval,
LocalProcessLauncher.ShutdownHook shutdownHook)
public static void detach()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic static java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> getAttributes()
public static ProcessOutputStream getProcessOutputStream()
public static boolean isAttached()