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 Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested 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

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class com.fishlib.util.process.BaseProcessEnvironment

    getFatalErrorReporter, getLog, getLog, getMainClassName, getShutdownManager

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • onStartup

      public void onStartup()
    • onShutdown

      public void onShutdown()