Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
org.snmp4j.mp |
Provides classes and interfaces for the SNMP message processing.
|
org.snmp4j.smi |
Provides classes for the representation of SMIv1/v2 data types (which also
includes some basic ASN.1 primitive data types).
|
org.snmp4j.test | |
org.snmp4j.tools.console | |
org.snmp4j.transport |
Provides transport protocol mappings for SNMP.
|
org.snmp4j.uri | |
org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
Class and Description |
---|
CommonTimer
This
CommonTimer defines the subset interface used from
Timer by SNMP4J. |
OIDTextFormat
The
OIDTextFormat provides a textual representation of a raw
object ID. |
ThreadFactory
The
ThreadFactory describes a factory for threads of execution
modeled as WorkerTask s. |
TimerFactory
The
TimerFactory describes a factory for
CommonTimer instances. |
VariableTextFormat
The
VariableTextFormat provides a textual representation
of SNMP Variable s, in dependence of their associated (instance) OID. |
Class and Description |
---|
PDUFactory
PDUFactory defines the interface for PDU factories. |
Class and Description |
---|
OIDTextFormat
The
OIDTextFormat provides a textual representation of a raw
object ID. |
Class and Description |
---|
MultiThreadedMessageDispatcher
The
MultiThreadedMessageDispatcher class is a decorator
for any MessageDispatcher instances that processes incoming
message with a supplied ThreadPool . |
ThreadPool
The
ThreadPool provides a pool of a fixed number of threads
that are capable to execute tasks that implement the Runnable
interface concurrently. |
Class and Description |
---|
PDUFactory
PDUFactory defines the interface for PDU factories. |
TableEvent
The
TableEvent class reports events in a table retrieval
operation. |
TableListener
The
TableListener interface is implemented by objects
listening for table events. |
Class and Description |
---|
CommonTimer
This
CommonTimer defines the subset interface used from
Timer by SNMP4J. |
WorkerTask
This models a
WorkerTask instance that would be executed by a
WorkerPool upon submission. |
Class and Description |
---|
PDUFactory
PDUFactory defines the interface for PDU factories. |
TreeEvent
The
TreeEvent class reports events in a tree retrieval
operation. |
TreeListener
The
TreeListener interface is implemented by objects
listening for tree events. |
Class and Description |
---|
AbstractSnmpUtility
The
AbstractSnmpUtility is an abstract base class for
convenience utility classes to retrieve SNMP data. |
ArgumentParser.ArgumentFormat |
ArgumentParser.ArgumentParameter |
ArgumentParser.ArgumentParseException |
CommonTimer
This
CommonTimer defines the subset interface used from
Timer by SNMP4J. |
OIDTextFormat
The
OIDTextFormat provides a textual representation of a raw
object ID. |
PDUFactory
PDUFactory defines the interface for PDU factories. |
RetrievalEvent
The
RetrievalEvent is an abstract class representing the result
of one or more GET/GETNEXT/GETBULK requests. |
SchedulerTask
The
SchedulerTask extends the Runnable interface
by methods that are needed for recurrent execution of a task. |
TableEvent
The
TableEvent class reports events in a table retrieval
operation. |
TableListener
The
TableListener interface is implemented by objects
listening for table events. |
TableUtils.Row |
TableUtils.TableRequest |
ThreadFactory
The
ThreadFactory describes a factory for threads of execution
modeled as WorkerTask s. |
ThreadPool
The
ThreadPool provides a pool of a fixed number of threads
that are capable to execute tasks that implement the Runnable
interface concurrently. |
ThreadPool.TaskManager
The
TaskManager executes tasks in a thread. |
TimerFactory
The
TimerFactory describes a factory for
CommonTimer instances. |
TreeEvent
The
TreeEvent class reports events in a tree retrieval
operation. |
TreeListener
The
TreeListener interface is implemented by objects
listening for tree events. |
TreeUtils.TreeRequest |
VariableTextFormat
The
VariableTextFormat provides a textual representation
of SNMP Variable s, in dependence of their associated (instance) OID. |
WorkerPool
The
WorkerPool interface models an abstract pool of workers
(threads) which can execute WorkerTask s concurrently. |
WorkerTask
This models a
WorkerTask instance that would be executed by a
WorkerPool upon submission. |