Uses of Package
org.snmp4j.util
-
Packages that use org.snmp4j.util Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.builder org.snmp4j.mp Provides classes and interfaces for the SNMP message processing.org.snmp4j.security.dh 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. -
Classes in org.snmp4j.util used by org.snmp4j Class Description OIDTextFormat TheOIDTextFormat
provides a textual representation of a raw object ID.ThreadFactory TheThreadFactory
describes a factory for threads of execution modeled asWorkerTask
s.TimerFactory TheTimerFactory
describes a factory forCommonTimer
instances.VariableTextFormat TheVariableTextFormat
provides a textual representation of SNMPVariable
s, in dependence of their associated (instance) OID. -
Classes in org.snmp4j.util used by org.snmp4j.builder Class Description ThreadPool TheThreadPool
provides a pool of a fixed number of threads that are capable to execute tasks that implement theRunnable
interface concurrently. -
Classes in org.snmp4j.util used by org.snmp4j.mp Class Description PDUFactory PDUFactory
defines the interface for PDU factories. -
Classes in org.snmp4j.util used by org.snmp4j.security.dh Class Description PDUFactory PDUFactory
defines the interface for PDU factories. -
Classes in org.snmp4j.util used by org.snmp4j.transport Class Description CommonTimer ThisCommonTimer
defines the subset interface used fromTimer
by SNMP4J.WorkerTask This models aWorkerTask
instance that would be executed by aWorkerPool
upon submission. -
Classes in org.snmp4j.util used by org.snmp4j.uri Class Description PDUFactory PDUFactory
defines the interface for PDU factories. -
Classes in org.snmp4j.util used by org.snmp4j.util Class Description AbstractSnmpUtility TheAbstractSnmpUtility
is an abstract base class for convenience utility classes to retrieve SNMP data.ArgumentParser.ArgumentFormat ArgumentParser.ArgumentParameter ArgumentParser.ArgumentParseException CommonTimer ThisCommonTimer
defines the subset interface used fromTimer
by SNMP4J.OIDTextFormat TheOIDTextFormat
provides a textual representation of a raw object ID.PDUFactory PDUFactory
defines the interface for PDU factories.RetrievalEvent TheRetrievalEvent
is an abstract class representing the result of one or more GET/GETNEXT/GETBULK requests.SchedulerTask TheSchedulerTask
extends theRunnable
interface by methods that are needed for recurrent execution of a task.TableEvent TheTableEvent
class reports events in a table retrieval operation.TableListener TheTableListener
interface is implemented by objects listening for table events.TableUtils.ColumnsOfRequest TableUtils.LastReceived TableUtils.LastReceivedColumnInfo TableUtils.Row TableUtils.SparseTableMode TableUtils.TableRequest ThreadFactory TheThreadFactory
describes a factory for threads of execution modeled asWorkerTask
s.ThreadPool TheThreadPool
provides a pool of a fixed number of threads that are capable to execute tasks that implement theRunnable
interface concurrently.ThreadPool.TaskManager TheTaskManager
executes tasks in a thread.TimerFactory TheTimerFactory
describes a factory forCommonTimer
instances.TreeEvent TheTreeEvent
class reports events in a tree retrieval operation.TreeListener TheTreeListener
interface is implemented by objects listening for tree events.VariableTextFormat TheVariableTextFormat
provides a textual representation of SNMPVariable
s, in dependence of their associated (instance) OID.WorkerPool TheWorkerPool
interface models an abstract pool of workers (threads) which can executeWorkerTask
s concurrently.WorkerTask This models aWorkerTask
instance that would be executed by aWorkerPool
upon submission.