Liferay 6.2-ce-ga5

com.liferay.portal.kernel.resiliency.spi.remote
Class RemoteSPI.SPIShutdownHook

java.lang.Object
  extended by com.liferay.portal.kernel.resiliency.spi.remote.RemoteSPI.SPIShutdownHook
All Implemented Interfaces:
ProcessExecutor.ShutdownHook
Enclosing class:
RemoteSPI

protected class RemoteSPI.SPIShutdownHook
extends Object
implements ProcessExecutor.ShutdownHook


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.process.ProcessExecutor.ShutdownHook
BROKEN_PIPE_CODE, INTERRUPTION_CODE, UNKNOWN_CODE
 
Constructor Summary
protected RemoteSPI.SPIShutdownHook()
           
 
Method Summary
 boolean shutdown(int shutdownCode, Throwable shutdownThrowable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSPI.SPIShutdownHook

protected RemoteSPI.SPIShutdownHook()
Method Detail

shutdown

public boolean shutdown(int shutdownCode,
                        Throwable shutdownThrowable)
Specified by:
shutdown in interface ProcessExecutor.ShutdownHook

Liferay 6.2-ce-ga5