Uses of Interface
com.sun.management.snmp.agent.SnmpMibSubRequest

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

Methods in com.sun.management.snmp.agent with parameters of type SnmpMibSubRequest
abstract  void SnmpMibEntry.get(SnmpMibSubRequest req, int depth)
          Generic handling of the get operation.
abstract  void SnmpMibEntry.set(SnmpMibSubRequest req, int depth)
          Generic handling of the set operation.
abstract  void SnmpMibEntry.check(SnmpMibSubRequest req, int depth)
          Generic handling of the check operation.
abstract  void SnmpTableSupport.createNewEntry(SnmpMibSubRequest request, SnmpOid rowOid, int depth, SnmpMibTable meta)
          Creates a new entry in the table.
abstract  void SnmpMibGroup.get(SnmpMibSubRequest req, int depth)
          Generic handling of the get operation.
abstract  void SnmpMibGroup.set(SnmpMibSubRequest req, int depth)
          Generic handling of the set operation.
abstract  void SnmpMibGroup.check(SnmpMibSubRequest req, int depth)
          Generic handling of the check operation.
 void SnmpStandardObjectServer.get(SnmpStandardMetaServer meta, SnmpMibSubRequest req, int depth)
          Generic handling of the get operation.
 void SnmpStandardObjectServer.set(SnmpStandardMetaServer meta, SnmpMibSubRequest req, int depth)
          Generic handling of the set operation.
 void SnmpStandardObjectServer.check(SnmpStandardMetaServer meta, SnmpMibSubRequest req, int depth)
          Generic handling of the check operation.
 void SnmpMibOid.get(SnmpMibSubRequest req, int depth)
          Generic handling of the get operation.
 void SnmpMibOid.set(SnmpMibSubRequest req, int depth)
          Generic handling of the set operation.
 void SnmpMibOid.check(SnmpMibSubRequest req, int depth)
          Generic handling of the check operation.
 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.
abstract  void SnmpMibNode.get(SnmpMibSubRequest req, int depth)
          Generic handling of the get operation.
abstract  void SnmpMibNode.set(SnmpMibSubRequest req, int depth)
          Generic handling of the set operation.
abstract  void SnmpMibNode.check(SnmpMibSubRequest req, int depth)
          Generic handling of the check operation.
abstract  void SnmpMibTable.createNewEntry(SnmpMibSubRequest request, SnmpOid rowOid, int depth)
          This method is invoked when the creation of a new entry is requested by a remote SNMP manager.
 void SnmpMibTable.get(SnmpMibSubRequest request, int depth)
          Generic handling of the get operation.
 void SnmpMibTable.check(SnmpMibSubRequest request, int depth)
          Generic handling of the check operation.
 void SnmpMibTable.set(SnmpMibSubRequest request, int depth)
          Generic handling of the set operation.
protected  int SnmpMibTable.getRowAction(SnmpMibSubRequest request, SnmpOid rowOid, int depth)
          Return the RowStatus code value specified in this request.
protected  void SnmpMibTable.checkRowStatusChange(SnmpMibSubRequest request, SnmpOid rowOid, int depth, int newStatus)
          Check whether the control variable of the given row can be switched to the new specified newStatus.
protected  void SnmpMibTable.checkRemoveTableRow(SnmpMibSubRequest request, SnmpOid rowOid, int depth)
          Check whether the specified row can be removed from the table.
protected  void SnmpMibTable.removeTableRow(SnmpMibSubRequest request, SnmpOid rowOid, int depth)
          Remove a table row upon a remote manager request.
protected  void SnmpMibTable.beginRowAction(SnmpMibSubRequest request, SnmpOid rowOid, int depth, int rowAction)
          This method takes care of initial RowStatus handling during the check() phase of a SET request.
protected  void SnmpMibTable.endRowAction(SnmpMibSubRequest request, SnmpOid rowOid, int depth, int rowAction)
          This method takes care of final RowStatus handling during the set() phase of a SET request.
protected abstract  void SnmpMibTable.get(SnmpMibSubRequest request, SnmpOid rowOid, int depth)
          This method is used internally and is implemented by the SnmpMibTable subclasses generated by mibgen.
protected abstract  void SnmpMibTable.check(SnmpMibSubRequest request, SnmpOid rowOid, int depth)
          This method is used internally and is implemented by the SnmpMibTable subclasses generated by mibgen.
protected abstract  void SnmpMibTable.set(SnmpMibSubRequest request, SnmpOid rowOid, int depth)
          This method is used internally and is implemented by the SnmpMibTable subclasses generated by mibgen.
 void SnmpGenericObjectServer.get(SnmpGenericMetaServer meta, ObjectName name, SnmpMibSubRequest req, int depth)
          Execute an SNMP GET request.
 void SnmpGenericObjectServer.set(SnmpGenericMetaServer meta, ObjectName name, SnmpMibSubRequest req, int depth)
          Execute an SNMP SET request.
 void SnmpGenericObjectServer.check(SnmpGenericMetaServer meta, ObjectName name, SnmpMibSubRequest req, int depth)
          Checks whether an SNMP SET request can be successfully performed.
 

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

Methods in com.sun.management.snmp.usm.usmmib with parameters of type SnmpMibSubRequest
 Object TableUsmUserTableImpl.createUsmUserEntryMBean(SnmpMibSubRequest req, SnmpOid rowOid, int depth, ObjectName entryObjName, SnmpMibTable meta, Byte[] aUsmUserEngineID, String aUsmUserName)
           
 void UsmUserEntryMeta.get(SnmpMibSubRequest req, int depth)
           
 void UsmUserEntryMeta.set(SnmpMibSubRequest req, int depth)
           
 void UsmUserEntryMeta.check(SnmpMibSubRequest req, int depth)
           
 void TableUsmUserTable.createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth, SnmpMibTable meta)
           
 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 UsmUserTableMeta.createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth)
           
 void UsmUserTableMeta.get(SnmpMibSubRequest req, SnmpOid rowOid, int depth)
           
 void UsmUserTableMeta.set(SnmpMibSubRequest req, SnmpOid rowOid, int depth)
           
 void UsmUserTableMeta.check(SnmpMibSubRequest req, SnmpOid rowOid, int depth)
           
 void UsmStatsMeta.get(SnmpMibSubRequest req, int depth)
           
 void UsmStatsMeta.set(SnmpMibSubRequest req, int depth)
           
 void UsmStatsMeta.check(SnmpMibSubRequest req, int depth)
           
 void UsmUserMeta.get(SnmpMibSubRequest req, int depth)
           
 void UsmUserMeta.set(SnmpMibSubRequest req, int depth)
           
 void UsmUserMeta.check(SnmpMibSubRequest req, int depth)
           
 


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.