Uses of Class
org.netxms.client.snmp.MibObject
Packages that use MibObject
- 
Uses of MibObject in org.netxms.client.snmpMethods in org.netxms.client.snmp that return MibObjectModifier and TypeMethodDescriptionprotected MibObjectMibObject.findChildObject(SnmpObjectId oid) Find child object with given IDMibTree.findObject(SnmpObjectId oid, boolean exactMatch) Find matching object in tree.MibObject.getChildObjects()Get all child objectsMibObject.getParent()MibTree.getRootObject()Get root object for MIB treeConstructors in org.netxms.client.snmp with parameters of type MibObjectModifierConstructorDescriptionprotectedMibObject(NXCPDataInputStream in, MibObject parent) Read MIB object from compiled MIB file.