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 boolean |
isAttached() |
static void |
writeProcessCallable(ProcessCallable<?> processCallable) |
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 boolean isAttached()
public static void writeProcessCallable(ProcessCallable<?> processCallable) throws java.io.IOException
java.io.IOException