| Methods in org.opennms.netmgt.snmp with parameters of type SnmpObjId |
abstract void |
PduBuilder.addOid(SnmpObjId snmpObjId)
|
void |
SnmpRowResult.addResult(SnmpObjId column,
SnmpResult result)
|
void |
SnmpTrapBuilder.addVarBind(SnmpObjId name,
SnmpValue value)
|
SnmpObjId |
SnmpObjId.append(SnmpObjId inst)
|
void |
SnmpTableResult.columnFinished(SnmpObjId columnId)
|
SnmpValue |
SnmpStrategy.get(SnmpAgentConfig agentConfig,
SnmpObjId oid)
|
static SnmpValue |
SnmpUtils.get(SnmpAgentConfig agentConfig,
SnmpObjId oid)
|
SnmpValue[] |
SnmpStrategy.get(SnmpAgentConfig agentConfig,
SnmpObjId[] oids)
|
static SnmpValue[] |
SnmpUtils.get(SnmpAgentConfig agentConfig,
SnmpObjId[] oids)
|
static SnmpObjId |
SnmpObjId.get(SnmpObjId oid)
|
static SnmpObjId |
SnmpObjId.get(SnmpObjId objId,
SnmpObjId instance)
|
static SnmpObjId |
SnmpObjId.get(SnmpObjId objId,
java.lang.String instance)
|
SnmpValue[] |
SnmpStrategy.getBulk(SnmpAgentConfig agentConfig,
SnmpObjId[] oids)
|
static SnmpValue[] |
SnmpUtils.getBulk(SnmpAgentConfig agentConfig,
SnmpObjId[] oids)
|
static java.util.List<SnmpValue> |
SnmpUtils.getColumns(SnmpAgentConfig agentConfig,
java.lang.String name,
SnmpObjId oid)
|
SnmpInstId |
SnmpObjId.getInstance(SnmpObjId base)
|
SnmpValue |
SnmpStrategy.getNext(SnmpAgentConfig agentConfig,
SnmpObjId oid)
|
static SnmpValue |
SnmpUtils.getNext(SnmpAgentConfig agentConfig,
SnmpObjId oid)
|
SnmpValue[] |
SnmpStrategy.getNext(SnmpAgentConfig agentConfig,
SnmpObjId[] oids)
|
static SnmpValue[] |
SnmpUtils.getNext(SnmpAgentConfig agentConfig,
SnmpObjId[] oids)
|
SnmpValue |
SnmpValueFactory.getObjectId(SnmpObjId objId)
|
static java.util.Map<SnmpInstId,SnmpValue> |
SnmpUtils.getOidValues(SnmpAgentConfig agentConfig,
java.lang.String name,
SnmpObjId oid)
|
SnmpValue |
SnmpRowResult.getValue(SnmpObjId base)
|
boolean |
SnmpRowResult.isComplete(SnmpObjId... ignoreColumns)
|
boolean |
SnmpObjId.isPrefixOf(SnmpObjId other)
|
void |
ResponseProcessor.processResponse(SnmpObjId snmpObjId,
SnmpValue val)
|
protected void |
SnmpWalker.processResponse(SnmpObjId receivedOid,
SnmpValue val)
|
void |
TrapProcessor.processVarBind(SnmpObjId name,
SnmpValue value)
|
protected void |
TrapInformation.processVarBind(SnmpObjId name,
SnmpValue value)
|
SnmpValue[] |
SnmpStrategy.set(SnmpAgentConfig agentConfig,
SnmpObjId[] oid,
SnmpValue[] value)
|
static SnmpValue[] |
SnmpUtils.set(SnmpAgentConfig agentConfig,
SnmpObjId[] oids,
SnmpValue[] values)
|
SnmpValue |
SnmpStrategy.set(SnmpAgentConfig agentConfig,
SnmpObjId oid,
SnmpValue value)
|
static SnmpValue |
SnmpUtils.set(SnmpAgentConfig agentConfig,
SnmpObjId oid,
SnmpValue value)
|
void |
SnmpV1TrapBuilder.setEnterprise(SnmpObjId enterpriseId)
|
| Constructors in org.opennms.netmgt.snmp with parameters of type SnmpObjId |
ColumnTracker(CollectionTracker parent,
SnmpObjId base)
|
ColumnTracker(CollectionTracker parent,
SnmpObjId base,
int maxRepititions)
|
ColumnTracker(SnmpObjId base)
|
ColumnTracker(SnmpObjId base,
int maxRepititions)
|
InstanceListTracker(SnmpObjId base,
SnmpInstId[] instances)
|
InstanceListTracker(SnmpObjId base,
SnmpInstId[] instances,
CollectionTracker parent)
|
InstanceListTracker(SnmpObjId base,
java.lang.String instances)
|
InstanceListTracker(SnmpObjId base,
java.lang.String instances,
CollectionTracker parent)
|
SingleInstanceTracker(SnmpObjId base,
SnmpInstId inst)
|
SingleInstanceTracker(SnmpObjId base,
SnmpInstId inst,
CollectionTracker parent)
|
SnmpInstId(SnmpObjId instance)
|
SnmpObjId(SnmpObjId oid)
These constructors are private. |
SnmpResult(SnmpObjId base,
SnmpInstId instance,
SnmpValue value)
|
SnmpTableResult(RowCallback callback,
RowResultFactory rowResultFactory,
SnmpObjId... columns)
|
SnmpTableResult(RowCallback callback,
SnmpObjId... columns)
|
TableTracker(RowCallback rc,
int maxRepetitions,
SnmpObjId... columns)
|
TableTracker(RowCallback rc,
SnmpObjId... ids)
|
TableTracker(SnmpObjId... ids)
|
TrapIdentity(SnmpObjId entId,
int generic,
int specific)
|
TrapIdentity(SnmpObjId snmpTrapOid,
SnmpObjId lastVarBindOid,
SnmpValue lastVarBindValue)
|