Uses of Interface
org.snmp4j.util.WorkerPool
Packages that use WorkerPool
Package
Description
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
-
Uses of WorkerPool in org.snmp4j.util
Classes in org.snmp4j.util that implement WorkerPoolModifier and TypeClassDescriptionclass
TheThreadPool
provides a pool of a fixed number of threads that are capable to execute tasks that implement theRunnable
interface concurrently.Constructors in org.snmp4j.util with parameters of type WorkerPoolModifierConstructorDescriptionMultiThreadedMessageDispatcher(WorkerPool workerPool, MessageDispatcher decoratedDispatcher)
Creates a multithreaded message dispatcher using the providedThreadPool
to concurrently process incoming messages that are forwarded to the supplied decoratedMessageDispatcher
.