|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpObjectId | |
---|---|
org.netxms.client.datacollection | |
org.netxms.client.snmp |
Uses of SnmpObjectId in org.netxms.client.datacollection |
---|
Methods in org.netxms.client.datacollection that return SnmpObjectId | |
---|---|
SnmpObjectId |
ColumnDefinition.getSnmpObjectId()
|
Methods in org.netxms.client.datacollection with parameters of type SnmpObjectId | |
---|---|
void |
ColumnDefinition.setSnmpObjectId(SnmpObjectId snmpObjectId)
|
Uses of SnmpObjectId in org.netxms.client.snmp |
---|
Methods in org.netxms.client.snmp that return SnmpObjectId | |
---|---|
SnmpObjectId |
SnmpValue.getObjectId()
|
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 |
|
SnmpValue(SnmpObjectId objectId,
int type,
java.lang.String value,
long nodeId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |