Package | Description |
---|---|
org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
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.
|
Constructor | Description |
---|---|
TaskScheduler(ThreadPool threadPool) |
Creates a
TaskScheduler that uses the supplied
ThreadPool to execute tasks. |
Copyright © 2018 SNMP4J.org. All rights reserved.