public interface WorkerTask extends Runnable
WorkerTask instance that would be executed by a
WorkerPool upon submission.void terminate()
WorkerPool might call this method to hint the active
WorkTask instance to complete execution as soon as possible.void join()
throws InterruptedException
InterruptedExceptionvoid interrupt()
Thread.interrupt()Copyright © 2016 SNMP4J.org. All Rights Reserved.