com.liferay.portal.kernel.process
Class ProcessExecutor.ProcessContext
java.lang.Object
com.liferay.portal.kernel.process.ProcessExecutor.ProcessContext
- Enclosing class:
- ProcessExecutor
public static class ProcessExecutor.ProcessContext
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attach
public static boolean attach(java.lang.String message,
long interval,
ProcessExecutor.ShutdownHook shutdownHook)
detach
public static void detach()
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
getAttributes
public static java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> getAttributes()
getProcessOutputStream
public static ProcessOutputStream getProcessOutputStream()
isAttached
public static boolean isAttached()