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

Packages that use SnmpMibTable
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 SnmpMibTable in com.sun.management.snmp.agent
 

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

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

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

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

Subclasses of SnmpMibTable in com.sun.management.snmp.usm.usmmib
 class UsmUserTableMeta
          The class is used for implementing the "UsmUserTable" group.
 

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

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


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.