Package io.deephaven.util.process
Class DefaultProcessEnvironment
java.lang.Object
com.fishlib.util.process.BaseProcessEnvironment
io.deephaven.util.process.DefaultProcessEnvironment
- All Implemented Interfaces:
com.fishlib.util.process.ProcessEnvironment
public final class DefaultProcessEnvironment
extends com.fishlib.util.process.BaseProcessEnvironment
Replace the DefaultProcessEnvironment in fishlib. This on replaces the shutdown manager with
DeephavenShutdownManagerImpl
.-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.fishlib.util.process.ProcessEnvironment
com.fishlib.util.process.ProcessEnvironment.GlobalHelper
-
Field Summary
Fields inherited from class com.fishlib.util.process.BaseProcessEnvironment
fatalErrorReporter, log, mainClassName, shutdownManager
-
Method Summary
Methods inherited from class com.fishlib.util.process.BaseProcessEnvironment
getFatalErrorReporter, getLog, getLog, getMainClassName, getShutdownManager
-
Method Details
-
onStartup
public void onStartup() -
onShutdown
public void onShutdown()
-