Uses of Class
com.sun.jdmk.snmp.agent.SnmpMibTable

Packages that use SnmpMibTable
com.sun.jdmk.snmp.agent Provides the classes for creating an SNMP agent
com.sun.jdmk.snmp.usm.usmmib Provides the classes which implement the SNMP-USER-BASED-SM-MIB
 

Uses of SnmpMibTable in com.sun.jdmk.snmp.agent
 

Fields in com.sun.jdmk.snmp.agent declared as SnmpMibTable
protected  SnmpMibTable SnmpTableSupport.meta
          Deprecated. The associated metadata object
 

Methods in com.sun.jdmk.snmp.agent that return SnmpMibTable
abstract  SnmpMibTable SnmpMibGroup.getTable(long arc)
          Deprecated. Gets the table identified by the given `arc'.
abstract  SnmpMibTable SnmpMib.getRegisteredTableMeta(String name)
          Returns a registered SNMP Table metadata node.
protected abstract  SnmpMibTable SnmpTableSupport.getRegisteredTableMeta(SnmpMib mib)
          Deprecated. Returns the metadata object associated with this table.
 

Methods in com.sun.jdmk.snmp.agent with parameters of type SnmpMibTable
 void SnmpGenericObjectServer.registerTableEntry(SnmpMibTable meta, SnmpOid rowOid, ObjectName objname, Object entry)
          Deprecated.  
abstract  void SnmpMib.registerTableMeta(String name, SnmpMibTable table)
           Register an SNMP Table metadata node in the MIB.
 void SnmpTableCallbackHandler.addEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta)
          Deprecated. This method is called by the SNMP runtime after a new entry has been added to the table.
 void SnmpTableCallbackHandler.removeEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta)
          Deprecated. This method is called by the SNMP runtime after a new entry has been removed from the table.
 void SnmpTableEntryFactory.createNewEntry(SnmpMibSubRequest request, SnmpOid rowOid, int depth, SnmpMibTable meta)
          Deprecated. This method is called by the SNMP runtime whenever a new entry creation is requested by a remote manager.
abstract  void SnmpTableSupport.createNewEntry(SnmpMibSubRequest request, SnmpOid rowOid, int depth, SnmpMibTable meta)
          Deprecated. Creates a new entry in the table.
 void SnmpTableSupport.addEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta)
          Deprecated. This callback is called by the associated metadata object when a new table entry has been registered in the table metadata.
 void SnmpTableSupport.removeEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta)
          Deprecated. This callback is called by the associated metadata object when a new table entry has been removed from the table metadata.
 

Uses of SnmpMibTable in com.sun.jdmk.snmp.usm.usmmib
 

Subclasses of SnmpMibTable in com.sun.jdmk.snmp.usm.usmmib
 class UsmUserTableMeta
          Deprecated. Use package com.sun.management.snmp.usm.usmmib in preference to classes in this package. This class may be removed in a future version of Java DMK.
 

Methods in com.sun.jdmk.snmp.usm.usmmib that return SnmpMibTable
 SnmpMibTable UsmStatsMeta.getTable(long arc)
          Deprecated. Returns the table object identified by "arc".
 SnmpMibTable UsmUserMeta.getTable(long arc)
          Deprecated. Returns the table object identified by "arc".
 SnmpMibTable SNMP_USER_BASED_SM_MIB.getRegisteredTableMeta(String name)
          Deprecated.  
protected  SnmpMibTable TableUsmUserTable.getRegisteredTableMeta(SnmpMib mib)
          Deprecated.  
 

Methods in com.sun.jdmk.snmp.usm.usmmib with parameters of type SnmpMibTable
 void SNMP_USER_BASED_SM_MIB.registerTableMeta(String name, SnmpMibTable meta)
          Deprecated.  
 void TableUsmUserTable.createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth, SnmpMibTable meta)
          Deprecated.  
 void TableUsmUserTable.removeEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta)
          Deprecated.  
 Object TableUsmUserTable.createUsmUserEntryMBean(SnmpMibSubRequest req, SnmpOid rowOid, int depth, ObjectName entryObjName, SnmpMibTable meta, Byte[] aUsmUserEngineID, String aUsmUserName)
          Deprecated. Factory method for "UsmUserEntry" entry MBean class.
 Object TableUsmUserTableImpl.createUsmUserEntryMBean(SnmpMibSubRequest req, SnmpOid rowOid, int depth, ObjectName entryObjName, SnmpMibTable meta, Byte[] aUsmUserEngineID, String aUsmUserName)
          Deprecated.  
protected  UsmUserEntryImpl TableUsmUserTableImpl.createUsmUserEntry(SnmpEngine engine, SnmpMib mib, SnmpUsmLcd lcd, SnmpUsmSecureUser user, SnmpMibTable tableMeta)
          Deprecated. Overload this method in order to instantiate your own UsmUserEntry.
 void TableUsmUserTableImpl.addEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta)
          Deprecated.  
 void TableUsmUserTableImpl.removeEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta)
          Deprecated. A user has been removed from SNMP.
 


FCS Release
jdmk-5_1-b34.2 2005.11.29_16:24:00_MET

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