Module org.snmp4j

Class DefaultThreadFactory.WorkerThread

    • Method Detail

      • terminate

        public void terminate()
        Description copied from interface: WorkerTask
        The WorkerPool might call this method to hint the active WorkTask instance to complete execution as soon as possible.
        Specified by:
        terminate in interface WorkerTask
      • run

        public void run()
        Specified by:
        run in interface Runnable
      • getThread

        public Thread getThread()