public static class LocalProcessLauncher.ProcessContext
extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
attach(String message,
long interval,
LocalProcessLauncher.ShutdownHook shutdownHook) |
static void |
detach() |
static ConcurrentMap<String,Object> |
getAttributes() |
static ProcessOutputStream |
getProcessOutputStream()
Deprecated.
As of Judson (7.1.x), replaced by
writeProcessCallable(ProcessCallable) |
static boolean |
isAttached() |
static void |
writeProcessCallable(ProcessCallable<?> processCallable) |
public static boolean attach(String message, long interval, LocalProcessLauncher.ShutdownHook shutdownHook)
public static void detach() throws InterruptedException
InterruptedException
public static ConcurrentMap<String,Object> getAttributes()
@Deprecated public static ProcessOutputStream getProcessOutputStream()
writeProcessCallable(ProcessCallable)
public static boolean isAttached()
public static void writeProcessCallable(ProcessCallable<?> processCallable) throws IOException
IOException