Package | Description |
---|---|
org.netxms.client.datacollection | |
org.netxms.client.objects | |
org.netxms.client.snmp |
Modifier and Type | Method and Description |
---|---|
SnmpObjectId |
ColumnDefinition.getSnmpObjectId() |
Modifier and Type | Method and Description |
---|---|
void |
ColumnDefinition.setSnmpObjectId(SnmpObjectId snmpObjectId) |
Modifier and Type | Method and Description |
---|---|
SnmpObjectId |
Interface.getIfTableSuffix() |
Modifier and Type | Method and Description |
---|---|
SnmpObjectId |
MibObject.getObjectId() |
SnmpObjectId |
SnmpValue.getObjectId() |
SnmpObjectId |
SnmpTrapParameterMapping.getObjectId() |
SnmpObjectId |
SnmpTrap.getObjectId() |
static SnmpObjectId |
SnmpObjectId.parseSnmpObjectId(String s)
Parse string argument as SNMP OID.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and 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 ID
|
SnmpValue(SnmpObjectId objectId,
int type,
String value,
long nodeId) |
Copyright © 2016. All rights reserved.