Class BaseServer.Reaper

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Runnable
    Enclosing class:
    BaseServer

    protected class BaseServer.Reaper
    extends java.lang.Object
    implements java.lang.Runnable, java.io.Closeable
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Reaper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      boolean isAlive()  
      void run()  
      void start()  
      void stop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Reaper

        protected Reaper()
    • Method Detail

      • start

        public void start()
      • stop

        public void stop()
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException
      • isAlive

        public boolean isAlive()
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable