Class UUCThread

  • All Implemented Interfaces:
    Runnable

    public class UUCThread
    extends edu.uiuc.ncsa.security.core.cache.MyThread

    Created by Jeff Gaynor
    on 5/10/23 at 11:41 AM

    • Method Detail

      • isStopThread

        public boolean isStopThread()
        Overrides:
        isStopThread in class edu.uiuc.ncsa.security.core.cache.MyThread
      • setStopThread

        public void setStopThread​(boolean stopThread)
        Overrides:
        setStopThread in class edu.uiuc.ncsa.security.core.cache.MyThread
      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread