|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkerTask | |
---|---|
org.snmp4j.transport | Provides transport protocol mappings for SNMP. |
org.snmp4j.util | Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. |
Uses of WorkerTask in org.snmp4j.transport |
---|
Fields in org.snmp4j.transport declared as WorkerTask | |
---|---|
protected WorkerTask |
DefaultUdpTransportMapping.listener
|
Uses of WorkerTask in org.snmp4j.util |
---|
Subinterfaces of WorkerTask in org.snmp4j.util | |
---|---|
interface |
SchedulerTask
The SchedulerTask extends the Runnable interface
by methods that are needed for recurrent execution of a task. |
Classes in org.snmp4j.util that implement WorkerTask | |
---|---|
class |
DefaultThreadFactory.WorkerThread
|
Methods in org.snmp4j.util that return WorkerTask | |
---|---|
WorkerTask |
ThreadFactory.createWorkerThread(java.lang.String name,
WorkerTask task,
boolean daemon)
Creates a new thread of execution for the supplied task. |
WorkerTask |
DefaultThreadFactory.createWorkerThread(java.lang.String name,
WorkerTask task,
boolean daemon)
Creates a new thread of execution for the supplied task. |
Methods in org.snmp4j.util with parameters of type WorkerTask | |
---|---|
WorkerTask |
ThreadFactory.createWorkerThread(java.lang.String name,
WorkerTask task,
boolean daemon)
Creates a new thread of execution for the supplied task. |
WorkerTask |
DefaultThreadFactory.createWorkerThread(java.lang.String name,
WorkerTask task,
boolean daemon)
Creates a new thread of execution for the supplied task. |
void |
WorkerPool.execute(WorkerTask task)
Executes a task on behalf of this worker pool. |
void |
ThreadPool.execute(WorkerTask task)
Executes a task on behalf of this thread pool. |
boolean |
WorkerPool.tryToExecute(WorkerTask task)
Tries to execute a task on behalf of this worker pool. |
boolean |
ThreadPool.tryToExecute(WorkerTask task)
Tries to execute a task on behalf of this thread pool. |
Constructors in org.snmp4j.util with parameters of type WorkerTask | |
---|---|
DefaultThreadFactory.WorkerThread(java.lang.String name,
WorkerTask task)
|
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
PREV NEXT | FRAMES NO FRAMES |