See: Description
| Class | Description |
|---|---|
| AgentWorker |
This class is an SNMP4J agent proxy.
|
| FColumn | |
| FConfig | |
| FConstant | |
| FConverter |
This class contains collection of static methods to convert
java.lang objects to and from org.snmp4j.smi.Variable |
| FHandler |
Base class for handlers which are dealing with XxxMibFriend classes.
|
| FID |
Immutable wrapper which hides
org.snmp4j.smi.OID mutable implementation. |
| FNode |
Abstract base class which represents MIB node (scalar, table, notification).
|
| FNotification |
Notification class.
|
| FriendlyAgent |
This agent class is used in Java application to enable SNMP.
|
| FScalar |
This class hides access to
org.snmp4j.agent.mo.MOScalar
The objects of this class are generated by FriendlyPro tool. |
| FTable |
This class hides access to
org.snmp4j.agent.mo.MOTable
The objects of this class are generated by FriendlyPro tool. |
| FValueNode |
Abstract base class which represents MIB node with a value (scalar, table).
|
| ThrowableFormatter |
Helper class to format exceptions.
|
| UncaughtExceptionHandler |
Check the JavaDoc for method handleException() in class
java.awt.EventDispatchThread.
|
| Enum | Description |
|---|---|
| AgentWorker.ExceptionType |
Enumeration of exception types
|
| FHandler.AgentStartType | |
| TableRowAction |
Table rows actions performed by MIB manager.
|
| TransportDomain |
Enumeration of supported transport domains.
|
| TransportSnmp |
Enumeration of allowed transports.
|
| ValueSyntax |
Enumeration defines the values for SMI syntax types.
|
| ValueValidation |
SET operation validation result which is sent to MIB manager by agent.
|
| Exception | Description |
|---|---|
| FException |
Exception wrapper to report SNMP error.
|