Uses of Class
org.netxms.client.snmp.SnmpObjectId

Packages that use SnmpObjectId
org.netxms.client.snmp   
 

Uses of SnmpObjectId in org.netxms.client.snmp
 

Methods in org.netxms.client.snmp that return SnmpObjectId
 SnmpObjectId SnmpTrapParameterMapping.getObjectId()
           
 SnmpObjectId SnmpTrap.getObjectId()
           
 SnmpObjectId MibObject.getObjectId()
           
static SnmpObjectId SnmpObjectId.parseSnmpObjectId(java.lang.String s)
          Parse string argument as SNMP OID.
 

Methods in org.netxms.client.snmp with parameters of type SnmpObjectId
 int SnmpObjectId.compareTo(SnmpObjectId oid)
          Compare two object identifiers.
protected  MibObject MibObject.findChildObject(SnmpObjectId oid)
          Find child object with given ID
 MibObject MibTree.findObject(SnmpObjectId oid, boolean exactMatch)
          Find matching object in tree.
 void SnmpTrapParameterMapping.setObjectId(SnmpObjectId objectId)
           
 void SnmpTrap.setObjectId(SnmpObjectId objectId)
           
 boolean SnmpObjectId.startsWith(SnmpObjectId oid)
          Check if this object id starts with given object id.
 

Constructors in org.netxms.client.snmp with parameters of type SnmpObjectId
SnmpObjectId(SnmpObjectId parent, long id)
          Create child OID - add given value at the end of parent OID.
SnmpTrapParameterMapping(SnmpObjectId oid)
          Create mapping by object ID
 



Copyright © 2011. All Rights Reserved.