Uses of Interface
org.snmp4j.util.WorkerPool
-
Packages that use WorkerPool Package Description org.snmp4j.util 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 WorkerPool Modifier and Type Class Description classThreadPoolTheThreadPoolprovides a pool of a fixed number of threads that are capable to execute tasks that implement theRunnableinterface concurrently.Fields in org.snmp4j.util declared as WorkerPool Modifier and Type Field Description private WorkerPoolMultiThreadedMessageDispatcher. threadPoolConstructors in org.snmp4j.util with parameters of type WorkerPool Constructor Description MultiThreadedMessageDispatcher(WorkerPool workerPool, MessageDispatcher decoratedDispatcher)Creates a multi-threaded message dispatcher using the providedThreadPoolto concurrently process incoming messages that are forwarded to the supplied decoratedMessageDispatcher.
-