|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
AbstractSnmpUtility is an abstract base class for
convenience utility classes to retrieve SNMP data.AbstractSnmpUtility instance.
AbstratTarget class is an abstract representation of a remote
SNMP entity.AbstractTransportMapping provides an abstract
implementation for the message dispatcher list and the maximum inbound
message size.Variable abstract class is the base class for all SNMP
variables.Variable class serves as the base class for all
specific SNMP syntax types.
PDU.add(VariableBinding vb)).
VariableBindings each with the OID of the
corresponding variable binding of the supplied array to this PDU (see
PDU.addOID(VariableBinding vb)).
AuthenticationProtocol.
CommandResponder instance to the message dispatcher.
CommandResponder to this SNMP session.
CounterListener.
CounterListener.
StateReference to the cache.
TransportMapping.addTransportListener(org.snmp4j.transport.TransportListener) instead. This method has
been deprecated because the direct coupling between MessageDispatcher
and TransportMappings is not flexible enough and prevents reusing
TransportMappings for other purposes. This method will be removed
with SNMP4J 2.0.
MessageProcessingModel to the dispatcher.
VariableBinding.
PrivacyProtocol.
Address interface serves as a base class for all SNMP
transport addresses.TransportMapping to the dispatcher.
TransportMapping to this SNMP session.
UsmUserListener that should be informed whenever the
internal USM user table is changed.
OctetString.
OID.
OID to this OID.
ArgumentParser parsers a command line array into Java
objects and associates each object with the corresponding command line option
according to predefined schemes for options and parameters.AssignableFromByteArray interface describes objects whose
value can be set from a byte array and converted back to a byte array.AuthenticationFailureEvent class describes the source
and type of an authentication failure as well as the message that caused
the error.AuthenticationFailureListener listens for authentication
failure events.AuthenticationProtocol interface defines a common
interface for all SNMP authentication protocols.SHA class implements the Secure Hash Authentication.MutableByte class serves for exchanging type information
from the various decode* methods.BERInputStream class wraps a ByteBuffer and
implements the InputStream abstract class.BEROutputStream class wraps a ByteBuffer
to support BER encoding.BEROutputStream that uses the supplied buffer
as backing buffer.
BERSerializable has to be implemented by
any data type class that needs to be serialized using the Basic Encoding
Rules (BER) that provides enconding rules for ASN.1 data types.BitString class represents the obsolete SMI type
BIT STRING which has been defined in RFC 1442 (an SNMPv2 draft) but
which has been obsoleteted by RFC 1902 and RFC 2578.ByteArrayWindow provides windowed access to a subarray
of a byte array.CommandResponder process incoming request, report and
notification PDUs.CommandResponderEvent is fired by the
MessageDispatcher to listeners that potentially can process
the included request, report, or trap/notification.CommandResponderEvent
but the source of the event is set to the supplied source.
CommonTimer defines the subset interface used from
Timer by SNMP4J.CommunityTarget represents SNMP target properties for
community based message processing models (SNMPv1 and SNMPv2c).ConsoleLogAdapter provides simple logging to the console.Log4jLogFactory implements a SNMP4J LogFactory for
Log4J.PduHandle.
Counter32 class allows all the functionality of unsigned
integers but is recognized as a distinct SMI type, which is used for
monotonically increasing values that wrap around at 2^32-1 (4294967295).Counter64 class represents a 64bit unsigned integer type.CounterEvent is an event object that indicates that a specific
counter needs to be incremented.CounterEvent for the specified counter.
CounterListener interface has to be implemented by listener
for CounterEvent events.CounterSupport class provides support to fire
CounterEvent to registered listeners.Variable from a BER encoded InputStream.
Variable from the supplied SMI syntax identifier.
PDU instance for the supplied target.
PDU instance for the supplied target.
PDU instance for the specified SNMP version.
PDU instance for the supplied target.
TransportMapping instance that is initialized with
the supplied transport address.
Variable from an InputStream.
Variable from an InputStream.
Variable from an InputStream.
Variable from an InputStream.
SecurityProtocol.DefaultCounterListener is the default implementation of
the CounterListener interface.DefaultPDUFactory is a default implementation of the
PDUFactory interface.PDU.GET PDU type.
DefaultTcpTransportMapping implements a TCP transport
mapping with the Java 1.4 new IO API.DefaultTimeoutModel implements a timeout model that uses
constant timeouts between retries.DefaultTimerFactory creates a new Timer
which is configured to run as daemon.DefaultUdpTransportMapping implements a UDP transport
mapping based on Java standard IO and using an internal thread for
listening on the inbound socket.PduHandle.
Variable to an OutputStream.
Variable to an OutputStream.
Variable to an OutputStream.
ENTERPRISE_SPECIFIC(6), then
the enterprise specific trap ID is given by the specificTrap member field.
EnumerationIterator provides an iterator from an
Enumeration.