Uses of Class
org.netxms.client.snmp.MibObject
-
Packages that use MibObject Package Description org.netxms.client.snmp -
-
Uses of MibObject in org.netxms.client.snmp
Methods in org.netxms.client.snmp that return MibObject Modifier and Type Method Description protected MibObjectMibObject. findChildObject(SnmpObjectId oid)Find child object with given IDMibObjectMibTree. findObject(SnmpObjectId oid, boolean exactMatch)Find matching object in tree.MibObject[]MibObject. getChildObjects()Get all child objectsMibObjectMibObject. getParent()MibObjectMibTree. getRootObject()Get root object for MIB treeConstructors in org.netxms.client.snmp with parameters of type MibObject Constructor Description MibObject(org.netxms.base.NXCPDataInputStream in, MibObject parent)Read MIB object from compiled MIB file
-