Class SimpleServerRunnable

  • All Implemented Interfaces:
    java.lang.Runnable

    public abstract class SimpleServerRunnable
    extends java.lang.Object
    implements java.lang.Runnable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void awaitShutdown()  
      void awaitStartup()  
      protected void finished()  
      protected void ready()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Runnable

        run
    • Constructor Detail

      • SimpleServerRunnable

        public SimpleServerRunnable()
    • Method Detail

      • awaitStartup

        public void awaitStartup()
                          throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • awaitShutdown

        public void awaitShutdown()
                           throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • ready

        protected void ready()
      • finished

        protected void finished()