Uses of Class
org.opennms.netmgt.snmp.SnmpObjId

Uses of SnmpObjId in org.opennms.netmgt.snmp
 

Subclasses of SnmpObjId in org.opennms.netmgt.snmp
 class SnmpInstId
           
 

Methods in org.opennms.netmgt.snmp that return SnmpObjId
 SnmpObjId SnmpObjId.append(int[] instIds)
           
 SnmpObjId SnmpObjId.append(SnmpObjId inst)
           
 SnmpObjId SnmpObjId.append(java.lang.String inst)
           
 SnmpObjId SnmpObjId.decrement()
           
static SnmpObjId SnmpObjId.get(int[] ids)
           
static SnmpObjId SnmpObjId.get(SnmpObjId oid)
           
static SnmpObjId SnmpObjId.get(SnmpObjId objId, SnmpObjId instance)
           
static SnmpObjId SnmpObjId.get(SnmpObjId objId, java.lang.String instance)
           
static SnmpObjId SnmpObjId.get(java.lang.String oid)
           
static SnmpObjId SnmpObjId.get(java.lang.String objId, java.lang.String instance)
           
 SnmpObjId AbstractSnmpValue.toSnmpObjId()
           
 SnmpObjId SnmpValue.toSnmpObjId()
           
 

Methods in org.opennms.netmgt.snmp with parameters of type SnmpObjId
abstract  void PduBuilder.addOid(SnmpObjId snmpObjId)
           
 void SnmpTrapBuilder.addVarBind(SnmpObjId name, SnmpValue value)
           
 SnmpObjId SnmpObjId.append(SnmpObjId inst)
           
static SnmpValue SnmpUtils.get(SnmpAgentConfig agentConfig, SnmpObjId oid)
           
 SnmpValue SnmpStrategy.get(SnmpAgentConfig agentConfig, SnmpObjId oid)
           
static SnmpValue[] SnmpUtils.get(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
           
 SnmpValue[] SnmpStrategy.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)
           
static SnmpValue[] SnmpUtils.getBulk(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
           
 SnmpValue[] SnmpStrategy.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)
           
static SnmpValue SnmpUtils.getNext(SnmpAgentConfig agentConfig, SnmpObjId oid)
           
 SnmpValue SnmpStrategy.getNext(SnmpAgentConfig agentConfig, SnmpObjId oid)
           
static SnmpValue[] SnmpUtils.getNext(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
           
 SnmpValue[] SnmpStrategy.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)
           
 boolean SnmpObjId.isPrefixOf(SnmpObjId other)
           
protected  void SnmpWalker.processResponse(SnmpObjId receivedOid, SnmpValue val)
           
 void ResponseProcessor.processResponse(SnmpObjId snmpObjId, SnmpValue val)
           
protected  void TrapInformation.processVarBind(SnmpObjId name, SnmpValue value)
           
 void TrapProcessor.processVarBind(SnmpObjId name, 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)
           
 SnmpValue SnmpStrategy.set(SnmpAgentConfig agentConfig, SnmpObjId oid, SnmpValue value)
           
 void SnmpV1TrapBuilder.setEnterprise(SnmpObjId enterpriseId)
           
abstract  void AbstractSnmpStore.storeResult(SnmpObjId base, SnmpInstId inst, SnmpValue val)
           
protected  void CollectionTracker.storeResult(SnmpObjId base, SnmpInstId inst, SnmpValue val)
           
 

Constructors in org.opennms.netmgt.snmp with parameters of type SnmpObjId
ColumnTracker(SnmpObjId base)
           
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)
           
TrapIdentity(SnmpObjId entId, int generic, int specific)
           
TrapIdentity(SnmpObjId snmpTrapOid, SnmpObjId lastVarBindOid, SnmpValue lastVarBindValue)
           
 



Copyright © 2007. All Rights Reserved.