| Package | Description |
|---|---|
| com.snmp4j.smi |
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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SmiObjectFilter<S extends SmiObject>
The SmiObjectFilter can be used to filter
SmiObjects according to self defined
criteria. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SmiObjectType
The SmiObjectType interface extends the
SmiObject by
attributes specific to the SMI OBJECT-TYPE construct, i.e. the MAX-ACCESS
clause. |
interface |
SmiObjectTypeIndex
The SmiObjectTypeIndex represents an OBJECT-TYPE definition that is used as an INDEX element
for a table.
|
interface |
SmiTextualConvention
The SmiTextualConvention represents the SMIv2 TEXTUAL-CONVENTION
and the SMIv1 type assignment construct.
|
| Modifier and Type | Method and Description |
|---|---|
<S extends SmiObject> |
SmiManager.findSmiObject(String moduleName,
SmiObjectFilter<S> filter)
Gets the SMI object defined for the specified
OID. |
| Modifier and Type | Method and Description |
|---|---|
SmiObject |
SmiManager.findRootSmiObject()
Gets the SMI object with the lexicographic smallest OID within the currently loaded MIB modules.
|
SmiObject |
SmiManager.findSmiObject(OID oid)
Gets the SMI object defined for the specified
OID. |
SmiObject |
SmiManager.findSmiObject(String moduleName,
String objectName)
Gets the SMI object defined for the specified object name.
|
SmiObject |
SmiObject.getParent()
Gets the parent object for this SMI object.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends SmiObject> |
SmiObject.getChildren()
Gets all child objects below this SMI object.
|
Copyright © 2015 SNMP4J.com. All Rights Reserved.