Class DefaultProcessEnvironment

java.lang.Object
io.deephaven.util.process.BaseProcessEnvironment
io.deephaven.util.process.DefaultProcessEnvironment
All Implemented Interfaces:
io.deephaven.util.process.ProcessEnvironment

public final class DefaultProcessEnvironment extends io.deephaven.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 io.deephaven.util.process.ProcessEnvironment

    io.deephaven.util.process.ProcessEnvironment.GlobalHelper
  • Field Summary

    Fields inherited from class io.deephaven.util.process.BaseProcessEnvironment

    fatalErrorReporter, log, mainClassName, shutdownManager
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class io.deephaven.util.process.BaseProcessEnvironment

    getFatalErrorReporter, 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()