com.liferay.portal.kernel.process.local
Interface LocalProcessLauncher.ShutdownHook
- All Known Implementing Classes:
- RemoteSPI.SPIShutdownHook
- Enclosing class:
- LocalProcessLauncher
public static interface LocalProcessLauncher.ShutdownHook
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
shutdown
boolean shutdown(int shutdownCode,
Throwable shutdownThrowable)