| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DefaultTcpTransportMapping.ServerThread |
(package private) class |
DefaultUdpTransportMapping.ListenThread |
private class |
DummyTransport.QueueProcessor |
(package private) class |
TLSTM.ServerThread |
| Modifier and Type | Field and Description |
|---|---|
protected WorkerTask |
DefaultUdpTransportMapping.listener |
private WorkerTask |
DummyTransport.listenThread |
private WorkerTask |
DummyTransport.DummyTransportResponder.listenThread |
private WorkerTask |
TLSTM.server |
private WorkerTask |
DefaultTcpTransportMapping.server |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SchedulerTask
The
SchedulerTask extends the Runnable interface
by methods that are needed for recurrent execution of a task. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultThreadFactory.WorkerThread |
(package private) class |
MultiThreadedMessageDispatcher.MessageTask |
| Modifier and Type | Field and Description |
|---|---|
private WorkerTask |
DefaultThreadFactory.WorkerThread.task |
private WorkerTask |
ThreadPool.TaskManager.task |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
ThreadPool.TaskManager.execute(WorkerTask task) |
protected void |
ThreadPool.handleInterruptedExceptionOnExecute(java.lang.InterruptedException interruptedException,
WorkerTask task)
Handle a interrupted exception on the execution attempt of
WorkerTask. |
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.
|
| Constructor and Description |
|---|
WorkerThread(java.lang.String name,
WorkerTask task) |