Uses of Interface
org.snmp4j.util.ThreadFactory

Packages that use ThreadFactory
org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages. 
org.snmp4j.util 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 ThreadFactory
static ThreadFactory SNMP4JSettings.getThreadFactory()
          Gets the thread factory.
 

Methods in org.snmp4j with parameters of type ThreadFactory
static 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 ThreadFactory
 class DefaultThreadFactory
          The DefaultThreadFactory creates WorkerTask instances that allow concurrent execution of tasks.
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.