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
InterruptedException
void interrupt()
Thread.interrupt()
Copyright © 2015 SNMP4J.org. All Rights Reserved.