Uses of Package
org.snmp4j.util
Packages that use org.snmp4j.util
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Provides classes and interfaces for the SNMP message processing.
Provides transport protocol mappings for SNMP.
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
-
Classes in org.snmp4j.util used by org.snmp4jClassDescriptionThe
OIDTextFormatprovides a textual representation of a raw object ID.TheThreadFactorydescribes a factory for threads of execution modeled asWorkerTasks.TheTimerFactorydescribes a factory forCommonTimerinstances.TheVariableTextFormatprovides a textual representation of SNMPVariables, in dependence of their associated (instance) OID. -
Classes in org.snmp4j.util used by org.snmp4j.mp
-
Classes in org.snmp4j.util used by org.snmp4j.security.dh
-
Classes in org.snmp4j.util used by org.snmp4j.tools.console
-
Classes in org.snmp4j.util used by org.snmp4j.transportClassDescriptionThis
CommonTimerdefines the subset interface used fromTimerby SNMP4J.This models aWorkerTaskinstance that would be executed by aWorkerPoolupon submission. -
Classes in org.snmp4j.util used by org.snmp4j.uri
-
Classes in org.snmp4j.util used by org.snmp4j.utilClassDescriptionThe
AbstractSnmpUtilityis an abstract base class for convenience utility classes to retrieve SNMP data.ThisCommonTimerdefines the subset interface used fromTimerby SNMP4J.TheOIDTextFormatprovides a textual representation of a raw object ID.PDUFactorydefines the interface for PDU factories.TheRetrievalEventis an abstract class representing the result of one or more GET/GETNEXT/GETBULK requests.TheSchedulerTaskextends theRunnableinterface by methods that are needed for recurrent execution of a task.TheTableEventclass reports events in a table retrieval operation.TheTableListenerinterface is implemented by objects listening for table events.TheThreadFactorydescribes a factory for threads of execution modeled asWorkerTasks.TheThreadPoolprovides a pool of a fixed number of threads that are capable to execute tasks that implement theRunnableinterface concurrently.TheTimerFactorydescribes a factory forCommonTimerinstances.TheTreeEventclass reports events in a tree retrieval operation.TheTreeListenerinterface is implemented by objects listening for tree events.TheVariableTextFormatprovides a textual representation of SNMPVariables, in dependence of their associated (instance) OID.TheWorkerPoolinterface models an abstract pool of workers (threads) which can executeWorkerTasks concurrently.This models aWorkerTaskinstance that would be executed by aWorkerPoolupon submission.