Uses of Class
org.netxms.client.snmp.SnmpObjectId
Packages that use SnmpObjectId
Package
Description
- 
Uses of SnmpObjectId in org.netxms.clientMethods in org.netxms.client with parameters of type SnmpObjectIdModifier and TypeMethodDescriptionvoidNXCSession.snmpWalk(long nodeId, SnmpObjectId rootOid, SnmpWalkListener listener) Do SNMP walk.
- 
Uses of SnmpObjectId in org.netxms.client.datacollectionMethods in org.netxms.client.datacollection that return SnmpObjectIdMethods in org.netxms.client.datacollection with parameters of type SnmpObjectIdModifier and TypeMethodDescriptionvoidColumnDefinition.setSnmpObjectId(SnmpObjectId snmpObjectId) 
- 
Uses of SnmpObjectId in org.netxms.client.objectsMethods in org.netxms.client.objects that return SnmpObjectId
- 
Uses of SnmpObjectId in org.netxms.client.snmpMethods in org.netxms.client.snmp that return SnmpObjectIdModifier and TypeMethodDescriptionMibObject.getObjectId()SnmpTrap.getObjectId()SnmpTrapParameterMapping.getObjectId()Get SNMP object IDSnmpValue.getObjectId()static SnmpObjectIdSnmpObjectId.parseSnmpObjectId(String s) Parse string argument as SNMP OID.SnmpObjectId.subId(int length) Create sub ID of given length.Methods in org.netxms.client.snmp with parameters of type SnmpObjectIdModifier and TypeMethodDescriptionintSnmpObjectId.compareTo(SnmpObjectId oid) Compare two object identifiers.protected MibObjectMibObject.findChildObject(SnmpObjectId oid) Find child object with given IDMibTree.findObject(SnmpObjectId oid, boolean exactMatch) Find matching object in tree.voidSnmpTrap.setObjectId(SnmpObjectId objectId) voidSnmpTrapParameterMapping.setObjectId(SnmpObjectId objectId) Set SNMP object IDbooleanSnmpObjectId.startsWith(SnmpObjectId oid) Check if this object id starts with given object id.Constructors in org.netxms.client.snmp with parameters of type SnmpObjectIdModifierConstructorDescriptionSnmpObjectId(SnmpObjectId parent, long id) Create child OID - add given value at the end of parent OID.Create mapping by object IDSnmpValue(SnmpObjectId objectId, int type, String value, byte[] rawValue, long nodeId) Create new SNMP value (varbind) object.