Uses of Class
org.snmp4j.util.ThreadPool
Packages that use ThreadPool
Package
Description
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
-
Uses of ThreadPool in org.snmp4j.fluent
Fields in org.snmp4j.fluent declared as ThreadPool -
Uses of ThreadPool in org.snmp4j.util
Methods in org.snmp4j.util that return ThreadPoolModifier and TypeMethodDescriptionstatic ThreadPool
Creates a thread pool with the supplied name and size.Constructors in org.snmp4j.util with parameters of type ThreadPoolModifierConstructorDescriptionTaskScheduler
(ThreadPool threadPool) Creates aTaskScheduler
that uses the suppliedThreadPool
to execute tasks.