Uses of Interface
org.snmp4j.util.ThreadFactory
Packages that use ThreadFactory
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
-
Uses of ThreadFactory in org.snmp4j
Methods in org.snmp4j that return ThreadFactoryModifier and TypeMethodDescriptionstatic ThreadFactory
SNMP4JSettings.getThreadFactory()
Gets the thread factory.Methods in org.snmp4j with parameters of type ThreadFactoryModifier and TypeMethodDescriptionstatic void
SNMP4JSettings.setThreadFactory(ThreadFactory newThreadFactory)
Sets the thread factory for creating new threads of execution. -
Uses of ThreadFactory in org.snmp4j.util
Classes in org.snmp4j.util that implement ThreadFactoryModifier and TypeClassDescriptionclass
TheDefaultThreadFactory
createsWorkerTask
instances that allow concurrent execution of tasks.