Package edu.jas.util

Class ShutdownRequest

  • All Implemented Interfaces:
    java.lang.Runnable

    class ShutdownRequest
    extends java.lang.Object
    implements java.lang.Runnable
    Implements a shutdown task.
    • Constructor Summary

      Constructors 
      Constructor Description
      ShutdownRequest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Run the thread.
      java.lang.String toString()
      toString.
      • Methods inherited from class java.lang.Object

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

      • ShutdownRequest

        ShutdownRequest()
    • Method Detail

      • run

        public void run()
        Run the thread.
        Specified by:
        run in interface java.lang.Runnable
      • toString

        public java.lang.String toString()
        toString.
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()