Liferay 6.2-ce-ga5

com.liferay.portal.kernel.process
Class ProcessExecutor.ProcessContext

java.lang.Object
  extended by com.liferay.portal.kernel.process.ProcessExecutor.ProcessContext
Enclosing class:
ProcessExecutor

public static class ProcessExecutor.ProcessContext
extends Object


Method Summary
static boolean attach(String message, long interval, ProcessExecutor.ShutdownHook shutdownHook)
           
static void detach()
           
static ConcurrentMap<String,Object> getAttributes()
           
static ProcessOutputStream getProcessOutputStream()
           
static boolean isAttached()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

attach

public static boolean attach(String message,
                             long interval,
                             ProcessExecutor.ShutdownHook shutdownHook)

detach

public static void detach()
                   throws InterruptedException
Throws:
InterruptedException

getAttributes

public static ConcurrentMap<String,Object> getAttributes()

getProcessOutputStream

public static ProcessOutputStream getProcessOutputStream()

isAttached

public static boolean isAttached()

Liferay 6.2-ce-ga5