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 | Description |
---|---|---|
class |
AbstractTcpServerThread |
|
protected class |
DefaultTcpTransportMapping.ServerThread |
Modifier and Type | Field | Description |
---|---|---|
protected WorkerTask |
DefaultUdpTransportMapping.listener |
|
protected WorkerTask |
TcpTransportMapping.server |
Modifier and Type | Method | Description |
---|---|---|
WorkerTask |
TcpTransportMapping.getServer() |
Modifier and Type | Interface | Description |
---|---|---|
interface |
SchedulerTask |
The
SchedulerTask extends the Runnable interface
by methods that are needed for recurrent execution of a task. |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultThreadFactory.WorkerThread |
Modifier and Type | Method | Description |
---|---|---|
WorkerTask |
DefaultThreadFactory.createWorkerThread(java.lang.String name,
WorkerTask task,
boolean daemon) |
Creates a new thread of execution for the supplied task.
|
WorkerTask |
ThreadFactory.createWorkerThread(java.lang.String name,
WorkerTask task,
boolean daemon) |
Creates a new thread of execution for the supplied task.
|
Modifier and Type | Method | Description |
---|---|---|
WorkerTask |
DefaultThreadFactory.createWorkerThread(java.lang.String name,
WorkerTask task,
boolean daemon) |
Creates a new thread of execution for the supplied task.
|
WorkerTask |
ThreadFactory.createWorkerThread(java.lang.String name,
WorkerTask task,
boolean daemon) |
Creates a new thread of execution for the supplied task.
|
void |
ThreadPool.execute(WorkerTask task) |
Executes a task on behalf of this thread pool.
|
void |
WorkerPool.execute(WorkerTask task) |
Executes a task on behalf of this worker pool.
|
protected void |
ThreadPool.handleInterruptedExceptionOnExecute(java.lang.InterruptedException interruptedException,
WorkerTask task) |
Handle a interrupted exception on the execution attempt of
WorkerTask . |
boolean |
ThreadPool.tryToExecute(WorkerTask task) |
Tries to execute a task on behalf of this thread pool.
|
boolean |
WorkerPool.tryToExecute(WorkerTask task) |
Tries to execute a task on behalf of this worker pool.
|
Constructor | Description |
---|---|
WorkerThread(java.lang.String name,
WorkerTask task) |
Copyright © 2018 SNMP4J.org. All rights reserved.