|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netxms.client.snmp.MibTree
public class MibTree
This class represents MIB tree.
Field Summary | |
---|---|
protected static int |
SMT_COMPRESS_DATA
|
protected static int |
SMT_SKIP_DESCRIPTIONS
|
Constructor Summary | |
---|---|
MibTree()
Create empty MIB tree |
|
MibTree(java.io.File file)
Create MIB tree from compiled MIB file. |
Method Summary | |
---|---|
MibObject |
findObject(SnmpObjectId oid,
boolean exactMatch)
Find matching object in tree. |
MibObject |
getRootObject()
Get root object for MIB tree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final int SMT_COMPRESS_DATA
protected static final int SMT_SKIP_DESCRIPTIONS
Constructor Detail |
---|
public MibTree()
public MibTree(java.io.File file) throws java.io.IOException, NXCException
file
- compiled MIB file
java.io.IOException
- if I/O error occurs
NXCException
- if MIB file format errors detectedMethod Detail |
---|
public MibObject getRootObject()
public MibObject findObject(SnmpObjectId oid, boolean exactMatch)
oid
- object id to findexactMatch
- set to true if exact match required
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |