Uses of Class
org.snmp4j.util.ThreadPool
-
Packages that use ThreadPool Package Description org.snmp4j.fluent org.snmp4j.util 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 Modifier and Type Field Description protected ThreadPool
SnmpBuilder. multiThreadedDispatcherPool
-
Uses of ThreadPool in org.snmp4j.util
Methods in org.snmp4j.util that return ThreadPool Modifier and Type Method Description static ThreadPool
ThreadPool. create(java.lang.String name, int size)
Creates a thread pool with the supplied name and size.Constructors in org.snmp4j.util with parameters of type ThreadPool Constructor Description TaskScheduler(ThreadPool threadPool)
Creates aTaskScheduler
that uses the suppliedThreadPool
to execute tasks.
-