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
protected abstract  SnmpIndex SnmpTableSupport.buildSnmpIndex(long[] oid, int start)
          Builds an SnmpIndex object from the index part of an OID.
 SnmpIndex SnmpTableSupport.buildSnmpIndex(SnmpOid rowOid)
          Builds an entry SnmpIndex from its row OID.
 

Methods in com.sun.management.snmp.agent with parameters of type SnmpIndex
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.
abstract  ObjectName SnmpTableSupport.buildNameFromIndex(SnmpIndex index)
          Builds the default ObjectName of an entry from the SnmpIndex identifying this entry.
abstract  SnmpOid SnmpTableSupport.buildOidFromIndex(SnmpIndex index)
          Builds an SnmpOid from an SnmpIndex object.
 int SnmpIndex.compareTo(SnmpIndex index)
          Compares two indexes.
 boolean SnmpIndex.equals(SnmpIndex index)
          Compares two indexes for equality.
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(long[] index, int start)
          Build index for "UsmUserEntry".
 SnmpIndex TableUsmUserTable.buildSnmpIndex(UsmUserEntryMBean entry)
          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".
 


Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

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