java.lang.Object
org.snmp4j.transport.DefaultUdpTransportMapping.ListenThread
- All Implemented Interfaces:
Runnable,WorkerTask
- Enclosing class:
DefaultUdpTransportMapping
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ListenThread
- Throws:
SocketException
-
-
Method Details
-
run
public void run() -
close
public void close() -
terminate
public void terminate()Description copied from interface:WorkerTaskTheWorkerPoolmight call this method to hint the activeWorkTaskinstance to complete execution as soon as possible.- Specified by:
terminatein interfaceWorkerTask
-
join
Description copied from interface:WorkerTaskWaits until this task has been finished.- Specified by:
joinin interfaceWorkerTask- Throws:
InterruptedException- if the join has been interrupted by another thread.
-
interrupt
public void interrupt()Description copied from interface:WorkerTaskInterrupts this task.- Specified by:
interruptin interfaceWorkerTask- See Also:
-