Uses of Class
com.sun.management.snmp.agent.SnmpIndex

Packages that use SnmpIndex
com.sun.management.snmp.agent Provides the classes for implementing an SNMP agent
com.sun.management.snmp.usm.usmmib Provides the classes which implement the SNMP-USER-BASED-SM-MIB
 

Uses of SnmpIndex in com.sun.management.snmp.agent
 

Methods in com.sun.management.snmp.agent that return SnmpIndex
 SnmpIndex SnmpTableSupport.buildSnmpIndex(SnmpOid rowOid)
          Builds an entry SnmpIndex from its row OID.
protected abstract  SnmpIndex SnmpTableSupport.buildSnmpIndex(long[] oid, int start)
          Builds an SnmpIndex object from the index part of an OID.
 

Methods in com.sun.management.snmp.agent with parameters of type SnmpIndex
 boolean SnmpIndex.equals(SnmpIndex index)
          Compares two indexes for equality.
 int SnmpIndex.compareTo(SnmpIndex index)
          Compares two indexes.
abstract  SnmpOid SnmpTableSupport.buildOidFromIndex(SnmpIndex index)
          Builds an SnmpOid from an SnmpIndex object.
abstract  ObjectName SnmpTableSupport.buildNameFromIndex(SnmpIndex index)
          Builds the default ObjectName of an entry from the SnmpIndex identifying this entry.
protected  void SnmpTableSupport.addEntry(SnmpIndex index, Object entry)
          Add an entry in this table.
protected  void SnmpTableSupport.addEntry(SnmpIndex index, ObjectName name, Object entry)
          Add an entry in this table.
protected  void SnmpTableSupport.removeEntry(SnmpIndex index, Object entry)
          Remove an entry from this table.
 

Uses of SnmpIndex in com.sun.management.snmp.usm.usmmib
 

Methods in com.sun.management.snmp.usm.usmmib that return SnmpIndex
 SnmpIndex TableUsmUserTable.buildSnmpIndex(UsmUserEntryMBean entry)
          Build index for "UsmUserEntry".
 SnmpIndex TableUsmUserTable.buildSnmpIndex(long[] index, int start)
          Build index for "UsmUserEntry".
 

Methods in com.sun.management.snmp.usm.usmmib with parameters of type SnmpIndex
 ObjectName TableUsmUserTable.buildNameFromIndex(SnmpIndex index)
           
 SnmpOid TableUsmUserTable.buildOidFromIndex(SnmpIndex index)
          Build index for "UsmUserEntry".
 


FCS Release
jdmk-5_1-b34.1 2005.02.10_16:46:09_MET

Copyright 1998-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.