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

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

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

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

Methods in com.sun.jdmk.snmp.usm.usmmib with parameters of type SnmpMibSubRequest
 void UsmUserEntryMeta.get(SnmpMibSubRequest req, int depth)
          Deprecated.  
 void UsmUserEntryMeta.set(SnmpMibSubRequest req, int depth)
          Deprecated.  
 void UsmUserEntryMeta.check(SnmpMibSubRequest req, int depth)
          Deprecated.  
 void UsmUserTableMeta.createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth)
          Deprecated.  
 void UsmUserTableMeta.get(SnmpMibSubRequest req, SnmpOid rowOid, int depth)
          Deprecated.  
 void UsmUserTableMeta.set(SnmpMibSubRequest req, SnmpOid rowOid, int depth)
          Deprecated.  
 void UsmUserTableMeta.check(SnmpMibSubRequest req, SnmpOid rowOid, int depth)
          Deprecated.  
 void UsmStatsMeta.get(SnmpMibSubRequest req, int depth)
          Deprecated.  
 void UsmStatsMeta.set(SnmpMibSubRequest req, int depth)
          Deprecated.  
 void UsmStatsMeta.check(SnmpMibSubRequest req, int depth)
          Deprecated.  
 void UsmUserMeta.get(SnmpMibSubRequest req, int depth)
          Deprecated.  
 void UsmUserMeta.set(SnmpMibSubRequest req, int depth)
          Deprecated.  
 void UsmUserMeta.check(SnmpMibSubRequest req, int depth)
          Deprecated.  
 void TableUsmUserTable.createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth, 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.  
 


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.