Uses of Class
org.netxms.client.snmp.SnmpObjectId
Packages that use SnmpObjectId
Package
Description
-
Uses of SnmpObjectId in org.netxms.client
Methods in org.netxms.client with parameters of type SnmpObjectIdModifier and TypeMethodDescriptionvoidNXCSession.snmpWalk(long nodeId, String snmpAgentName, SnmpObjectId rootOid, SnmpWalkListener listener) Do SNMP walk using given additional SNMP agent configured on node.voidNXCSession.snmpWalk(long nodeId, SnmpObjectId rootOid, SnmpWalkListener listener) Do SNMP walk. -
Uses of SnmpObjectId in org.netxms.client.datacollection
Methods 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.objects
Methods in org.netxms.client.objects that return SnmpObjectId -
Uses of SnmpObjectId in org.netxms.client.snmp
Methods 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.