Uses of Interface
com.snmp4j.smi.SmiObject
Packages that use SmiObject
Package
Description
Provides classes and interfaces for parsing, compiling, loading,
and using Management Information Base (MIB) specifications written in Structure of
Management Information (SMI) version 1 and 2 with SNMP4J to format and parse SNMP data.
-
Uses of SmiObject in com.snmp4j.smi
Classes in com.snmp4j.smi with type parameters of type SmiObjectModifier and TypeInterfaceDescriptioninterface
SmiObjectFilter<S extends SmiObject>
The SmiObjectFilter can be used to filterSmiObject
s according to self defined criteria.Subinterfaces of SmiObject in com.snmp4j.smiModifier and TypeInterfaceDescriptioninterface
The SmiModule represents a SMIv1 or SMIv2 MIB MODULE-DEFINITION.interface
TheSmiModuleCompliance
interface defines the attributes of the SMIv2 MODULE-COMPLIANCE macro.interface
The SmiModule represents a SMIv2 MODULE-IDENTITY.interface
The SmiNotificationType interface extends theSmiObject
by attributes specific to the SMI NOTIFICATION-TYPE and TRAP-TYPE constructs, for example the OBJECTS clause.interface
The SmiObjectType interface extends theSmiObject
by attributes specific to the SMI OBJECT-TYPE construct, i.e.interface
The SmiObjectTypeIndex represents an OBJECT-TYPE definition that is used as an INDEX element for a table.interface
The SmiTextualConvention represents the SMIv2 TEXTUAL-CONVENTION and the SMIv1 type assignment construct.Methods in com.snmp4j.smi with type parameters of type SmiObjectModifier and TypeMethodDescriptionSmiManager.findSmiObject
(String moduleName, SmiObjectFilter<S> filter) Gets the SMI object defined for the specifiedOID
.Methods in com.snmp4j.smi that return SmiObjectModifier and TypeMethodDescriptionSmiManager.findRootSmiObject()
Gets the SMI object with the lexicographic smallest OID within the currently loaded MIB modules.SmiManager.findRootSmiObject
(String moduleName) Gets the SMI object with the lexicographic smallest OID within the given loaded MIB module.SmiManager.findSmiObject
(String moduleName, String objectName) Gets the SMI object defined for the specified object name.SmiManager.findSmiObject
(String moduleName, String objectName, boolean includeImportedModules) Gets the SMI object defined for the specified object name.SmiManager.findSmiObject
(org.snmp4j.smi.OID oid) Gets the SMI object defined for the specifiedOID
.SmiObject.getParent()
Gets the parent object for this SMI object.Methods in com.snmp4j.smi that return types with arguments of type SmiObjectModifier and TypeMethodDescriptionSmiObject.getChildren()
Gets all child objects below this SMI object.