Liferay 6.2-ce-ga5

com.liferay.portal.kernel.process
Interface ProcessExecutor.ShutdownHook

All Known Implementing Classes:
RemoteSPI.SPIShutdownHook
Enclosing class:
ProcessExecutor

public static interface ProcessExecutor.ShutdownHook


Field Summary
static int BROKEN_PIPE_CODE
           
static int INTERRUPTION_CODE
           
static int UNKNOWN_CODE
           
 
Method Summary
 boolean shutdown(int shutdownCode, Throwable shutdownThrowable)
           
 

Field Detail

BROKEN_PIPE_CODE

static final int BROKEN_PIPE_CODE
See Also:
Constant Field Values

INTERRUPTION_CODE

static final int INTERRUPTION_CODE
See Also:
Constant Field Values

UNKNOWN_CODE

static final int UNKNOWN_CODE
See Also:
Constant Field Values
Method Detail

shutdown

boolean shutdown(int shutdownCode,
                 Throwable shutdownThrowable)

Liferay 6.2-ce-ga5