org.opennms.netmgt.snmp
Class SnmpInstId

java.lang.Object
  extended by org.opennms.netmgt.snmp.SnmpObjId
      extended by org.opennms.netmgt.snmp.SnmpInstId
All Implemented Interfaces:
java.lang.Comparable

public class SnmpInstId
extends SnmpObjId


Field Summary
static SnmpInstId INST_ZERO
           
 
Constructor Summary
SnmpInstId(int instance)
           
SnmpInstId(int[] instanceIds)
           
SnmpInstId(SnmpObjId instance)
           
SnmpInstId(java.lang.String instance)
           
 
Method Summary
protected  boolean addPrefixDotInToString()
           
static SnmpInstId[] convertToSnmpInstIds(java.lang.String instances)
           
 int toInt()
           
 
Methods inherited from class org.opennms.netmgt.snmp.SnmpObjId
append, append, append, compareTo, decrement, equals, get, get, get, get, get, get, getIds, getInstance, getLastSubId, getSubIdAt, hashCode, isPrefixOf, length, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INST_ZERO

public static final SnmpInstId INST_ZERO
Constructor Detail

SnmpInstId

public SnmpInstId(int[] instanceIds)

SnmpInstId

public SnmpInstId(java.lang.String instance)

SnmpInstId

public SnmpInstId(SnmpObjId instance)

SnmpInstId

public SnmpInstId(int instance)
Method Detail

addPrefixDotInToString

protected boolean addPrefixDotInToString()
Overrides:
addPrefixDotInToString in class SnmpObjId

convertToSnmpInstIds

public static SnmpInstId[] convertToSnmpInstIds(java.lang.String instances)

toInt

public int toInt()


Copyright © 2007. All Rights Reserved.