Uses of Class
org.netxms.client.snmp.SnmpObjectId
-
Packages that use SnmpObjectId Package Description org.netxms.client.datacollection org.netxms.client.objects org.netxms.client.snmp -
-
Uses of SnmpObjectId in org.netxms.client.datacollection
Methods in org.netxms.client.datacollection that return SnmpObjectId Modifier and Type Method Description SnmpObjectIdColumnDefinition. getSnmpObjectId()Methods in org.netxms.client.datacollection with parameters of type SnmpObjectId Modifier and Type Method Description voidColumnDefinition. setSnmpObjectId(SnmpObjectId snmpObjectId) -
Uses of SnmpObjectId in org.netxms.client.objects
Methods in org.netxms.client.objects that return SnmpObjectId Modifier and Type Method Description SnmpObjectIdInterface. getIfTableSuffix() -
Uses of SnmpObjectId in org.netxms.client.snmp
Methods in org.netxms.client.snmp that return SnmpObjectId Modifier and Type Method Description SnmpObjectIdMibObject. getObjectId()SnmpObjectIdSnmpTrap. getObjectId()SnmpObjectIdSnmpTrapParameterMapping. getObjectId()Get SNMP object IDSnmpObjectIdSnmpValue. getObjectId()static SnmpObjectIdSnmpObjectId. parseSnmpObjectId(String s)Parse string argument as SNMP OID.Methods in org.netxms.client.snmp with parameters of type SnmpObjectId Modifier and Type Method Description intSnmpObjectId. compareTo(SnmpObjectId oid)Compare two object identifiers.protected MibObjectMibObject. findChildObject(SnmpObjectId oid)Find child object with given IDMibObjectMibTree. 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 SnmpObjectId Constructor Description SnmpObjectId(SnmpObjectId parent, long id)Create child OID - add given value at the end of parent OID.SnmpTrapParameterMapping(SnmpObjectId oid)Create mapping by object IDSnmpValue(SnmpObjectId objectId, int type, String value, long nodeId)
-