Uses of Class
javax.management.snmp.SnmpStatusException

Packages that use SnmpStatusException
com.sun.jdmk.comm   
com.sun.jdmk.snmp Provides the core classes which implement common SNMP services. 
com.sun.jdmk.snmp.agent Provides the classes for creating an SNMP agent
com.sun.jdmk.snmp.mpm Provides the classes which implement the Message Processing Models for SNMP version 1, version 2c and version 3. 
com.sun.jdmk.snmp.usm Provides the classes which implement the SNMP User-based Security Model for version 3. 
com.sun.jdmk.snmp.usm.usmmib Provides the classes which implement the SNMP-USER-BASED-SM-MIB
javax.management.snmp Provides the core classes which implement common SNMP data types and services
javax.management.snmp.manager Provides the classes for creating an SNMP manager
javax.management.snmp.manager.usm Provides the classes which implement the SNMP User-based Security Model for version 3. 
 

Uses of SnmpStatusException in com.sun.jdmk.comm
 

Methods in com.sun.jdmk.comm that throw SnmpStatusException
 SnmpV3InformRequest SnmpV3AdaptorServerMBean.snmpV3UsmInformRequest(SnmpUsmPeer informPeer, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList list)
          Deprecated. Sends an inform request using SNMP V3 inform request format.
 void SnmpV3AdaptorServerMBean.snmpV3UsmTrap(String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list)
          Deprecated. Sends a trap to all IP addresses in IPAcl using Usm as security model.
 void SnmpV3AdaptorServerMBean.snmpV3UsmTrap(InetAddress addr, String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list)
          Deprecated. Sends a trap to the specified address using Usm as security model.
 void SnmpV3AdaptorServerMBean.snmpV3UsmTrap(InetAddress addr, String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list, SnmpTimeticks time)
          Deprecated. Sends a trap to the specified address using Usm as security model.
 void SnmpV3AdaptorServerMBean.snmpV3UsmTrap(SnmpUsmPeer peer, SnmpOid trapOid, SnmpVarBindList list, SnmpTimeticks time)
          Deprecated. Sends a trap to the specified SnmpUsmPeer using Usm as security model.
 void SnmpV3AdaptorServer.snmpV3Trap(SnmpUsmPeer peer, SnmpScopedPduRequest pdu)
          Deprecated. You shouldn't call this method directly.
 void SnmpV3AdaptorServer.snmpV3Trap(InetAddress addr, SnmpScopedPduRequest pdu)
          Deprecated. You shouldn't call this method directly.
 void SnmpV3AdaptorServer.snmpV3Trap(SnmpScopedPduRequest pdu)
          Deprecated. You shouldn't call this method directly.
 void SnmpV3AdaptorServer.snmpV3UsmTrap(String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list)
          Deprecated. Sends a trap to all IP addresses in InetAddressAcl using Usm as security model.
 void SnmpV3AdaptorServer.snmpV3UsmTrap(InetAddress addr, String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list)
          Deprecated. Sends a trap to the specified address using Usm as security model.
 void SnmpV3AdaptorServer.snmpV3UsmTrap(InetAddress addr, String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list, SnmpTimeticks time)
          Deprecated. Sends a trap to the specified address using Usm as security model.
 void SnmpV3AdaptorServer.snmpV3UsmTrap(SnmpUsmPeer peer, SnmpOid trapOid, SnmpVarBindList list, SnmpTimeticks time)
          Deprecated. Sends a trap to the specified SnmpUsmPeer using Usm as security model.
 SnmpV3InformRequest SnmpV3AdaptorServer.snmpV3UsmInformRequest(SnmpUsmPeer informPeer, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList list)
          Deprecated. Sends an inform request using SNMP V3 inform request format.
 SnmpV3InformRequest SnmpV3AdaptorServer.snmpV3InformRequest(InetAddress addr, SnmpInformHandler cb, SnmpScopedPduRequest pdu, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. You shouldn't use this method directly.
 void SnmpAdaptorServerMBean.snmpV1Trap(int generic, int specific, SnmpVarBindList varBindList)
          Deprecated. Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServerMBean.snmpV1Trap(InetAddress address, String cs, int generic, int specific, SnmpVarBindList varBindList)
          Deprecated. Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServerMBean.snmpV1Trap(SnmpPeer peer, SnmpIpAddress agentAddr, SnmpOid enterpOid, int generic, int specific, SnmpVarBindList varBindList, SnmpTimeticks time)
          Deprecated. Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServerMBean.snmpV2Trap(SnmpPeer peer, SnmpOid trapOid, SnmpVarBindList varBindList, SnmpTimeticks time)
          Deprecated. Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServerMBean.snmpV2Trap(SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServerMBean.snmpV2Trap(InetAddress address, String cs, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServerMBean.snmpPduTrap(InetAddress address, SnmpPduPacket pdu)
          Deprecated. Send the specified trap PDU to the passed InetAddress.
 void SnmpAdaptorServerMBean.snmpPduTrap(SnmpPeer peer, SnmpPduPacket pdu)
          Deprecated. Send the specified trap PDU to the passed SnmpPeer.
 Vector SnmpAdaptorServerMBean.snmpInformRequest(SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends an inform using SNMP V2 inform request format.
 SnmpInformRequest SnmpAdaptorServerMBean.snmpInformRequest(InetAddress address, String cs, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends an inform using SNMP V2 inform request format.
 SnmpInformRequest SnmpAdaptorServerMBean.snmpInformRequest(SnmpPeer peer, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends an inform using SNMP V2 inform request format.
 void SnmpAdaptorServer.snmpV1Trap(int generic, int specific, SnmpVarBindList varBindList)
          Deprecated. Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServer.snmpV1Trap(InetAddress addr, String cs, int generic, int specific, SnmpVarBindList varBindList)
          Deprecated. Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServer.snmpV1Trap(InetAddress addr, SnmpIpAddress agentAddr, String cs, SnmpOid enterpOid, int generic, int specific, SnmpVarBindList varBindList, SnmpTimeticks time)
          Deprecated. Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServer.snmpV1Trap(SnmpPeer peer, SnmpIpAddress agentAddr, SnmpOid enterpOid, int generic, int specific, SnmpVarBindList varBindList, SnmpTimeticks time)
          Deprecated. Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServer.snmpV2Trap(SnmpPeer peer, SnmpOid trapOid, SnmpVarBindList varBindList, SnmpTimeticks time)
          Deprecated. Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServer.snmpV2Trap(SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServer.snmpV2Trap(InetAddress addr, String cs, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServer.snmpV2Trap(InetAddress addr, String cs, SnmpOid trapOid, SnmpVarBindList varBindList, SnmpTimeticks time)
          Deprecated. Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServer.snmpPduTrap(InetAddress address, SnmpPduPacket pdu)
          Deprecated. Send the specified trap PDU to the passed InetAddress.
 void SnmpAdaptorServer.snmpPduTrap(SnmpPeer peer, SnmpPduPacket pdu)
          Deprecated. Send the specified trap PDU to the passed SnmpPeer.
 Vector SnmpAdaptorServer.snmpInformRequest(SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends an inform using SNMP V2 inform request format.
 SnmpInformRequest SnmpAdaptorServer.snmpInformRequest(InetAddress addr, String cs, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends an inform using SNMP V2 inform request format.
 SnmpInformRequest SnmpAdaptorServer.snmpInformRequest(SnmpPeer peer, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends an inform using SNMP V2 inform request format.
 

Uses of SnmpStatusException in com.sun.jdmk.snmp
 

Methods in com.sun.jdmk.snmp that throw SnmpStatusException
 SnmpPduPacket SnmpPduFactoryBER.decodePdu(SnmpMessage msg)
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpPduFactoryBER.decodeSnmpPdu(SnmpMsg)
 SnmpPdu SnmpPduFactoryBER.decodeSnmpPdu(SnmpMsg msg)
          Deprecated. Calls SnmpMsg.decodeSnmpPdu on the specified message and returns the resulting SnmpPdu.
 SnmpMessage SnmpPduFactoryBER.encodePdu(SnmpPduPacket pdu, int maxPktSize)
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpPduFactoryBER.encodeSnmpPdu(SnmpPdu, int)
 SnmpMsg SnmpPduFactoryBER.encodeSnmpPdu(SnmpPdu pdu, int maxPktSize)
          Deprecated. Encodes the specified SnmpPdu and returns the resulting SnmpMsg.
 SnmpOidRecord SnmpOidTableSupport.resolveVarName(String name)
          Deprecated. Searches for a MIB variable given its logical name and returns an SnmpOidRecord object containing information on the variable.
 SnmpOidRecord SnmpOidTableSupport.resolveVarOid(String oid)
          Deprecated. Searches for a MIB variable given its OID and returns an SnmpOidRecord object containing information on the variable.
 void SnmpOidDatabaseSupport.remove(SnmpOidTable table)
          Deprecated. Removes a SnmpOidTable object from this SnmpOidDatabase.
 SnmpOidRecord SnmpOidDatabaseSupport.resolveVarName(String name)
          Deprecated. Searches for a MIB variable given its logical name and returns an SnmpOidRecord object containing information on the variable.
 SnmpOidRecord SnmpOidDatabaseSupport.resolveVarOid(String oid)
          Deprecated. Searches for a MIB variable given its OID and returns an SnmpOidRecord object containing information on the variable.
 void SnmpOidDatabase.remove(SnmpOidTable table)
          Deprecated. Removes an SnmpOidTable object from this SnmpOidDatabase.
 SnmpOidRecord SnmpOidDatabase.resolveVarName(String name)
          Deprecated. Searches for a MIB variable given its logical name and returns an SnmpOidRecord object containing information on the variable.
 SnmpOidRecord SnmpOidDatabase.resolveVarOid(String oid)
          Deprecated. Searches for a MIB variable given its OID and returns an SnmpOidRecord object containing information on the variable.
 

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

Fields in com.sun.jdmk.snmp.agent declared as SnmpStatusException
protected static SnmpStatusException SnmpMibNode.noSuchInstanceException
          Deprecated. Contains a predefined exception that is often fired when an object is not found in the MIB.
protected static SnmpStatusException SnmpMibNode.noSuchObjectException
          Deprecated.  
protected static SnmpStatusException SnmpMibNode.noSuchNameException
          Deprecated.  
 

Methods in com.sun.jdmk.snmp.agent with parameters of type SnmpStatusException
 void SnmpMibSubRequest.registerGetException(SnmpVarBind varbind, SnmpStatusException exception)
          Deprecated. This method should be called when a status exception needs to be raised for a given varbind of an SNMP GET request.
 void SnmpMibSubRequest.registerSetException(SnmpVarBind varbind, SnmpStatusException exception)
          Deprecated. This method should be called when a status exception needs to be raised for a given varbind of an SNMP SET request.
 void SnmpMibSubRequest.registerCheckException(SnmpVarBind varbind, SnmpStatusException exception)
          Deprecated. This method should be called when a status exception needs to be raised when checking a given varbind for an SNMP SET request.
 

Methods in com.sun.jdmk.snmp.agent that throw SnmpStatusException
protected abstract  SnmpParams SnmpV3Proxy.createParameters(SnmpPdu pdu)
          Deprecated. Factory parameters method.
protected  SnmpParams SnmpV3Proxy.translateParameters(SnmpMibRequest req)
          Deprecated. Return the parameters to use when sending the call.
protected  SnmpParams SnmpUsmProxy.createParameters(SnmpPdu pdu)
          Deprecated. Factory parameters method.
 void SnmpProxy.get(SnmpMibRequest inRequest)
          Deprecated. Implement the get method from the abstract SnmpMibAgent class.
 void SnmpProxy.set(SnmpMibRequest inRequest)
          Deprecated. Implement the set method from the abstract SnmpMibAgent class.
 void SnmpProxy.check(SnmpMibRequest inRequest)
          Deprecated. Implement the check method from the abstract SnmpMibAgent class.
 void SnmpProxy.getNext(SnmpMibRequest inRequest)
          Deprecated. Implement the getNext method from the abstract SnmpMibAgent class.
 void SnmpProxy.getBulk(SnmpMibRequest req, int nonRepeat, int maxRepeat)
          Deprecated. Implement the getBulk method from the abstract SnmpMibAgent class.
protected  SnmpParams SnmpProxy.translateParameters(SnmpMibRequest req)
          Deprecated. Return the parameters to use when sending the call.
protected  void SnmpProxy.get(SnmpPeer peer, SnmpSession session, SnmpMibRequest inRequest)
          Deprecated. The get implementation.
protected  void SnmpProxy.getNext(SnmpPeer peer, SnmpSession session, SnmpMibRequest inRequest)
          Deprecated. The getNext implementation.
protected  void SnmpProxy.set(SnmpPeer peer, SnmpSession session, SnmpMibRequest inRequest)
          Deprecated. The set implementation.
 void SnmpGenericObjectServer.get(SnmpGenericMetaServer meta, ObjectName name, SnmpMibSubRequest req, int depth)
          Deprecated. Execute an SNMP GET request.
 SnmpValue SnmpGenericObjectServer.get(SnmpGenericMetaServer meta, ObjectName name, long id, Object data)
          Deprecated. Get the value of an SNMP variable.
 void SnmpGenericObjectServer.set(SnmpGenericMetaServer meta, ObjectName name, SnmpMibSubRequest req, int depth)
          Deprecated. Execute an SNMP SET request.
 SnmpValue SnmpGenericObjectServer.set(SnmpGenericMetaServer meta, ObjectName name, SnmpValue x, long id, Object data)
          Deprecated. Set the value of an SNMP variable.
 void SnmpGenericObjectServer.check(SnmpGenericMetaServer meta, ObjectName name, SnmpMibSubRequest req, int depth)
          Deprecated. Checks whether an SNMP SET request can be successfully performed.
 void SnmpGenericObjectServer.check(SnmpGenericMetaServer meta, ObjectName name, SnmpValue x, long id, Object data)
          Deprecated. Checks whether a SET operation can be performed on a given SNMP variable.
 void SnmpGenericObjectServer.registerTableEntry(SnmpMibTable meta, SnmpOid rowOid, ObjectName objname, Object entry)
          Deprecated.  
 SnmpPdu SnmpRequestForwarder.forward(SnmpPdu p)
          Deprecated. This method is called by the adaptor when a request is received for an engine id that is handled by this SnmpRequestForwarder
 void SnmpTrap.sendV3(SnmpV3AdaptorServer server)
          Deprecated. Send as a V3 trap.
 void SnmpTrap.sendV3Usm(SnmpV3AdaptorServer server, String principal, int securityLevel, String contextName)
          Deprecated. Send as a V3 trap.
 void SnmpTrap.sendV2(SnmpAdaptorServer server)
          Deprecated. Send as a V2 trap.
 void SnmpTrap.sendV1(SnmpAdaptorServer server)
          Deprecated. Send this trap.
 Object SnmpGenericMetaServer.buildAttributeValue(long id, SnmpValue value)
          Deprecated. Construct an attribute value (as returned by Attribute::getValue()) from an SnmpValue.
 SnmpValue SnmpGenericMetaServer.buildSnmpValue(long id, Object value)
          Deprecated. Construct an SnmpValue from an Attribute value as returned by Attribute::getValue().
 String SnmpGenericMetaServer.getAttributeName(long id)
          Deprecated. Return the name of the attribute corresponding to the SNMP variable identified by the given id.
 void SnmpGenericMetaServer.checkSetAccess(SnmpValue x, long id, Object data)
          Deprecated. Check the access rights for a SET operation.
 void SnmpGenericMetaServer.checkGetAccess(long id, Object data)
          Deprecated. Check the access rights for a GET operation.
 void SnmpErrorHandlerAgent.get(SnmpMibRequest inRequest)
          Deprecated. Processes a get operation.
 void SnmpErrorHandlerAgent.check(SnmpMibRequest inRequest)
          Deprecated. Checks if a set operation can be performed.
 void SnmpErrorHandlerAgent.set(SnmpMibRequest inRequest)
          Deprecated. Processes a set operation.
 void SnmpErrorHandlerAgent.getNext(SnmpMibRequest inRequest)
          Deprecated. Processes a getNext operation.
 void SnmpErrorHandlerAgent.getBulk(SnmpMibRequest inRequest, int nonRepeat, int maxRepeat)
          Deprecated. Processes a getBulk operation.
 Object SnmpUserDataFactory.allocateUserData(SnmpPduPacket requestPdu)
          Deprecated. Called by the SnmpAdaptorServer adaptor.
 void SnmpUserDataFactory.releaseUserData(Object userData, SnmpPduPacket responsePdu)
          Deprecated. Called by the SnmpAdaptorServer adaptor.
 Object SnmpUserDataFactory.allocateUserData(SnmpPdu requestPdu)
          Deprecated. Called by the SnmpV3AdaptorServer adaptor.
 void SnmpUserDataFactory.releaseUserData(Object userData, SnmpPdu responsePdu)
          Deprecated. Called by the SnmpV3AdaptorServer adaptor.
 long SnmpMibEntry.getNextVarId(long id, Object userData)
          Deprecated. Get the next OID arc corresponding to a readable scalar variable.
 void SnmpMibEntry.validateVarId(long arc, Object userData)
          Deprecated. Checks whether the given OID arc identifies a variable (columnar object).
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.
 SnmpValue SnmpStandardMetaServer.get(long arc, Object userData)
          Deprecated. Returns the value of the scalar object identified by the given OID arc.
 SnmpValue SnmpStandardMetaServer.set(SnmpValue x, long arc, Object userData)
          Deprecated. Sets the value of the scalar object identified by the given OID arc.
 void SnmpStandardMetaServer.check(SnmpValue x, long arc, Object userData)
          Deprecated. Checks that the new desired value of the scalar object identified by the given OID arc is valid.
 void SnmpMibGroup.validateVarId(long arc, Object userData)
          Deprecated. Checks whether the given OID arc identifies a variable (scalar object).
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.
 void SnmpMibAgentMBean.get(SnmpMibRequest req)
          Deprecated. Processes a get operation.
 void SnmpMibAgentMBean.getNext(SnmpMibRequest req)
          Deprecated. Processes a getNext operation.
 void SnmpMibAgentMBean.getBulk(SnmpMibRequest req, int nonRepeat, int maxRepeat)
          Deprecated. Processes a getBulk operation.
 void SnmpMibAgentMBean.set(SnmpMibRequest req)
          Deprecated. Processes a set operation.
 void SnmpMibAgentMBean.check(SnmpMibRequest req)
          Deprecated. Checks if a set operation can be performed.
 void SnmpMibAgent.get(SnmpMibRequest req)
          Deprecated. Processes a get operation.
 void SnmpMibAgent.getNext(SnmpMibRequest req)
          Deprecated. Processes a getNext operation.
 void SnmpMibAgent.getBulk(SnmpMibRequest req, int nonRepeat, int maxRepeat)
          Deprecated. Processes a getBulk operation.
 void SnmpMibAgent.set(SnmpMibRequest req)
          Deprecated. Processes a set operation.
 void SnmpMibAgent.check(SnmpMibRequest req)
          Deprecated. Checks if a set operation can be performed.
 void SnmpMib.get(SnmpMibRequest req)
          Processes a get operation.
 void SnmpMib.set(SnmpMibRequest req)
          Processes a set operation.
 void SnmpMib.check(SnmpMibRequest req)
          Checks if a set operation can be performed.
 void SnmpMib.getNext(SnmpMibRequest req)
          Processes a getNext operation.
 void SnmpMib.getBulk(SnmpMibRequest req, int nonRepeat, int maxRepeat)
          Processes a getBulk operation.
 long SnmpMibNode.getNextVarId(long id, Object userData)
          Deprecated. Get the next OID arc corresponding to a readable scalar variable, a branch leading to a subgroup, or a table.
 long SnmpMibNode.getNextVarId(long id, Object userData, int pduVersion)
          Deprecated. Get the next OID arc corresponding to a readable scalar variable, a branch leading to a subgroup, or a table, possibly skipping over those arcs that must not or cannot be returned.
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.
protected static int SnmpMibNode.getNextIdentifier(int[] table, long value)
          Deprecated. This will give the first element greater than value in a sorted array.
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.
 void SnmpMibTable.addEntry(SnmpOid rowOid, Object entry)
          Deprecated. Add a new entry in this SnmpMibTable.
 void SnmpMibTable.addEntry(SnmpOid oid, ObjectName name, Object entry)
          Deprecated. Add a new entry in this SnmpMibTable.
 void SnmpMibTable.removeEntry(SnmpOid rowOid, Object entry)
          Deprecated. Remove the specified entry from the table.
 void SnmpMibTable.removeEntry(SnmpOid rowOid)
          Deprecated. Remove the specified entry from the table.
 void SnmpMibTable.removeEntry(int pos, Object entry)
          Deprecated. Remove the specified entry from the table.
 Object SnmpMibTable.getEntry(SnmpOid rowOid)
          Deprecated. Get the entry corresponding to the specified rowOid.
 ObjectName SnmpMibTable.getEntryName(SnmpOid rowOid)
          Deprecated. Get the ObjectName of the entry corresponding to the specified rowOid.
protected  int SnmpMibTable.getRowAction(SnmpMibSubRequest request, SnmpOid rowOid, int depth)
          Deprecated. Return the RowStatus code value specified in this request.
protected  int SnmpMibTable.mapRowStatus(SnmpOid rowOid, SnmpVarBind vbstatus, Object userData)
          Deprecated. Map the value of the vbstatus varbind to the corresponding RowStatus code defined in EnumRowStatus.
protected  SnmpValue SnmpMibTable.setRowStatus(SnmpOid rowOid, int newStatus, Object userData)
          Deprecated. Set the control variable to the specified newStatus value.
protected  boolean SnmpMibTable.isRowReady(SnmpOid rowOid, Object userData)
          Deprecated. Tell whether the specified row is ready and can be put in the notInService state.
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  long SnmpMibTable.getNextVarEntryId(SnmpOid rowOid, long var, Object userData, int pduVersion)
          Deprecated. Return the next OID arc corresponding to a readable columnar object in the underlying entry OBJECT-TYPE, possibly skipping over those objects that must not or cannot be returned.
protected  SnmpOid SnmpMibTable.getNextOid(SnmpOid oid, Object userData)
          Deprecated. Get the SnmpOid index of the row that follows the given oid in the table.
protected  SnmpOid SnmpMibTable.getNextOid(Object userData)
          Deprecated. Return the first entry OID registered in the table.
protected abstract  long SnmpMibTable.getNextVarEntryId(SnmpOid rowOid, long var, Object userData)
          Deprecated. This method is used internally and is implemented by the SnmpMibTable subclasses generated by mibgen.
protected abstract  void SnmpMibTable.validateVarEntryId(SnmpOid rowOid, long var, Object userData)
          Deprecated. This method is used internally and is implemented by the SnmpMibTable subclasses generated by mibgen.
protected abstract  boolean SnmpMibTable.isReadableEntryId(SnmpOid rowOid, long var, Object userData)
          Deprecated. This method is used internally and is implemented by the SnmpMibTable subclasses generated by mibgen.
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 SnmpMibSubRequest.registerGetException(SnmpVarBind varbind, SnmpStatusException exception)
          Deprecated. This method should be called when a status exception needs to be raised for a given varbind of an SNMP GET request.
 void SnmpMibSubRequest.registerSetException(SnmpVarBind varbind, SnmpStatusException exception)
          Deprecated. This method should be called when a status exception needs to be raised for a given varbind of an SNMP SET request.
 void SnmpMibSubRequest.registerCheckException(SnmpVarBind varbind, SnmpStatusException exception)
          Deprecated. This method should be called when a status exception needs to be raised when checking a given varbind for an SNMP SET request.
 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.
 SnmpIndex SnmpTableSupport.buildSnmpIndex(SnmpOid rowOid)
          Deprecated. Builds an entry SnmpIndex from its row OID.
abstract  SnmpOid SnmpTableSupport.buildOidFromIndex(SnmpIndex index)
          Deprecated. Builds an SnmpOid from an SnmpIndex object.
abstract  ObjectName SnmpTableSupport.buildNameFromIndex(SnmpIndex index)
          Deprecated. Builds the default ObjectName of an entry from the SnmpIndex identifying this entry.
 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.
protected abstract  SnmpIndex SnmpTableSupport.buildSnmpIndex(long[] oid, int start)
          Deprecated. Builds an SnmpIndex object from the index part of an OID.
protected  void SnmpTableSupport.addEntry(SnmpIndex index, Object entry)
          Deprecated. Add an entry in this table.
protected  void SnmpTableSupport.addEntry(SnmpIndex index, ObjectName name, Object entry)
          Deprecated. Add an entry in this table.
protected  void SnmpTableSupport.removeEntry(SnmpIndex index, Object entry)
          Deprecated. Remove an entry from this table.
 

Constructors in com.sun.jdmk.snmp.agent that throw SnmpStatusException
SnmpV3Proxy(SnmpEngine engine, SnmpPeer peer, String rootOid, String name)
          Deprecated. Initializes this SNMP proxy with a SnmpPeer to which calls are forwarded.
SnmpUsmProxy(SnmpEngine engine, SnmpUsmPeer peer, String rootOid)
          Deprecated. Initializes this SNMP proxy with a SnmpPeer to which calls are forwarded.
SnmpUsmProxy(SnmpEngine engine, SnmpUsmPeer peer, String rootOid, String name)
          Deprecated. Initializes this SNMP proxy with a SnmpPeer to which calls are forwarded.
SnmpProxy(SnmpEngine engine, SnmpPeer peer, String rootOid)
          Deprecated. Initializes this SNMP proxy with a SnmpPeer to which calls are forwarded.
SnmpProxy(SnmpEngine engine, SnmpPeer peer, String rootOid, String name)
          Deprecated. Initializes this SNMP proxy with a SnmpPeer to which calls are forwarded.
 

Uses of SnmpStatusException in com.sun.jdmk.snmp.mpm
 

Methods in com.sun.jdmk.snmp.mpm that throw SnmpStatusException
 SnmpPdu SnmpMsgProcessingModelV3.getRequestPdu(SnmpParams p, int command)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 SnmpDecryptedPdu SnmpMsgProcessingModelV3.decode(byte[] buff)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 SnmpPdu SnmpMsgProcessingModelV1V2.getRequestPdu(SnmpParams p, int command)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 SnmpDecryptedPdu SnmpMsgProcessingModelV1V2.decode(byte[] pdu)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 

Uses of SnmpStatusException in com.sun.jdmk.snmp.usm
 

Methods in com.sun.jdmk.snmp.usm that throw SnmpStatusException
 int SnmpUserSecurityModel.generateResponseMsg(SnmpSecurityCache cache, int version, int msgId, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters p, byte[] contextEngineId, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes)
          Deprecated. See SnmpSecurityModel interface for doc.
 int SnmpUserSecurityModel.generateRequestMsg(SnmpSecurityCache cache, int version, int msgId, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters p, byte[] contextEngineId, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes)
          Deprecated. See SnmpSecurityModel interface for doc.
 SnmpSecurityParameters SnmpUserSecurityModel.processIncomingRequest(SnmpSecurityCache cache, int version, int msgId, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] msgSecurityParameters, byte[] contextEngineId, byte[] contextName, byte[] data, byte[] encryptedPdu, SnmpDecryptedPdu decryptedPdu)
          Deprecated. See SnmpSecurityModel interface for doc.
 SnmpSecurityParameters SnmpUserSecurityModel.processIncomingResponse(SnmpSecurityCache cache, int version, int msgId, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] msgSecurityParameters, byte[] contextEngineId, byte[] contextName, byte[] data, byte[] encryptedPdu, SnmpDecryptedPdu decryptedPdu)
          Deprecated. See SnmpSecurityModel interface for doc.
 

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

Methods in com.sun.jdmk.snmp.usm.usmmib that throw SnmpStatusException
 void UsmUserImpl.checkUsmUserSpinLock(Integer x)
          Deprecated. Checker for the "UsmUserSpinLock" variable.
 void UsmUserImpl.setUsmUserSpinLock(Integer x)
          Deprecated. Setter for the "UsmUserSpinLock" variable.
 Long UsmStats.getUsmStatsDecryptionErrors()
          Deprecated. Getter for the "UsmStatsDecryptionErrors" variable.
 Long UsmStats.getUsmStatsWrongDigests()
          Deprecated. Getter for the "UsmStatsWrongDigests" variable.
 Long UsmStats.getUsmStatsUnknownEngineIDs()
          Deprecated. Getter for the "UsmStatsUnknownEngineIDs" variable.
 Long UsmStats.getUsmStatsUnknownUserNames()
          Deprecated. Getter for the "UsmStatsUnknownUserNames" variable.
 Long UsmStats.getUsmStatsNotInTimeWindows()
          Deprecated. Getter for the "UsmStatsNotInTimeWindows" variable.
 Long UsmStats.getUsmStatsUnsupportedSecLevels()
          Deprecated. Getter for the "UsmStatsUnsupportedSecLevels" variable.
 SnmpValue UsmUserEntryMeta.get(long var, Object data)
          Deprecated. Get the value of a scalar variable
 SnmpValue UsmUserEntryMeta.set(SnmpValue x, long var, Object data)
          Deprecated. Set the value of a scalar variable
 void UsmUserEntryMeta.check(SnmpValue x, long var, Object data)
          Deprecated. Check the value of a scalar variable
 void UsmUserEntryMeta.get(SnmpMibSubRequest req, int depth)
          Deprecated.  
 void UsmUserEntryMeta.set(SnmpMibSubRequest req, int depth)
          Deprecated.  
 void UsmUserEntryMeta.check(SnmpMibSubRequest req, int depth)
          Deprecated.  
 String UsmUserEntryMeta.getAttributeName(long id)
          Deprecated. Return the name of the attribute corresponding to the SNMP variable identified by "id".
protected  int UsmUserEntryMeta.mapRowStatus(SnmpVarBind var, Object userData)
          Deprecated.  
 int UsmUserEntryMeta.getRowStatus(Object userData)
          Deprecated.  
 SnmpValue UsmUserEntryMeta.setRowStatus(int status, Object userData)
          Deprecated.  
 boolean UsmUserEntryMeta.isRowReady(Object userData)
          Deprecated.  
 Long UsmStatsMBean.getUsmStatsDecryptionErrors()
          Deprecated. Getter for the "UsmStatsDecryptionErrors" variable.
 Long UsmStatsMBean.getUsmStatsWrongDigests()
          Deprecated. Getter for the "UsmStatsWrongDigests" variable.
 Long UsmStatsMBean.getUsmStatsUnknownEngineIDs()
          Deprecated. Getter for the "UsmStatsUnknownEngineIDs" variable.
 Long UsmStatsMBean.getUsmStatsUnknownUserNames()
          Deprecated. Getter for the "UsmStatsUnknownUserNames" variable.
 Long UsmStatsMBean.getUsmStatsNotInTimeWindows()
          Deprecated. Getter for the "UsmStatsNotInTimeWindows" variable.
 Long UsmStatsMBean.getUsmStatsUnsupportedSecLevels()
          Deprecated. Getter for the "UsmStatsUnsupportedSecLevels" variable.
 void UsmUserTableMeta.createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth)
          Deprecated.  
 void UsmUserTableMeta.addEntry(SnmpOid rowOid, ObjectName objname, Object entry)
          Deprecated.  
 SnmpValue UsmUserTableMeta.setRowStatus(SnmpOid rowOid, int status, Object userData)
          Deprecated.  
 boolean UsmUserTableMeta.isRowReady(SnmpOid rowOid, Object userData)
          Deprecated.  
 int UsmUserTableMeta.mapRowStatus(SnmpOid rowOid, SnmpVarBind vbstatus, Object userData)
          Deprecated.  
 int UsmUserTableMeta.getRowStatus(SnmpOid rowOid, Object userData)
          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 UsmUserTableMeta.validateVarEntryId(SnmpOid rowOid, long var, Object data)
          Deprecated. check that the given "var" identifies a columnar object.
 boolean UsmUserTableMeta.isReadableEntryId(SnmpOid rowOid, long var, Object data)
          Deprecated. Returns true if "var" identifies a readable scalar object.
 long UsmUserTableMeta.getNextVarEntryId(SnmpOid rowOid, long var, Object data)
          Deprecated. Returns the arc of the next columnar object following "var".
 SnmpValue UsmStatsMeta.get(long var, Object data)
          Deprecated. Get the value of a scalar variable
 SnmpValue UsmStatsMeta.set(SnmpValue x, long var, Object data)
          Deprecated. Set the value of a scalar variable
 void UsmStatsMeta.check(SnmpValue x, long var, Object data)
          Deprecated. Check the value of a scalar variable
 void UsmStatsMeta.get(SnmpMibSubRequest req, int depth)
          Deprecated.  
 void UsmStatsMeta.set(SnmpMibSubRequest req, int depth)
          Deprecated.  
 void UsmStatsMeta.check(SnmpMibSubRequest req, int depth)
          Deprecated.  
 String UsmStatsMeta.getAttributeName(long id)
          Deprecated. Return the name of the attribute corresponding to the SNMP variable identified by "id".
 SnmpValue UsmUserMeta.get(long var, Object data)
          Deprecated. Get the value of a scalar variable
 SnmpValue UsmUserMeta.set(SnmpValue x, long var, Object data)
          Deprecated. Set the value of a scalar variable
 void UsmUserMeta.check(SnmpValue x, long var, Object data)
          Deprecated. Check the value of a scalar variable
 void UsmUserMeta.get(SnmpMibSubRequest req, int depth)
          Deprecated.  
 void UsmUserMeta.set(SnmpMibSubRequest req, int depth)
          Deprecated.  
 void UsmUserMeta.check(SnmpMibSubRequest req, int depth)
          Deprecated.  
 String UsmUserMeta.getAttributeName(long id)
          Deprecated. Return the name of the attribute corresponding to the SNMP variable identified by "id".
 TableUsmUserTable UsmUserMBean.accessUsmUserTable()
          Deprecated. Access the "UsmUserTable" variable.
 Integer UsmUserMBean.getUsmUserSpinLock()
          Deprecated. Getter for the "UsmUserSpinLock" variable.
 void UsmUserMBean.setUsmUserSpinLock(Integer x)
          Deprecated. Setter for the "UsmUserSpinLock" variable.
 void UsmUserMBean.checkUsmUserSpinLock(Integer x)
          Deprecated. Checker for the "UsmUserSpinLock" variable.
 TableUsmUserTable UsmUser.accessUsmUserTable()
          Deprecated. Access the "UsmUserTable" variable.
 UsmUserEntryMBean[] UsmUser.getUsmUserTable()
          Deprecated. Access the "UsmUserTable" variable as a bean indexed property.
 Integer UsmUser.getUsmUserSpinLock()
          Deprecated. Getter for the "UsmUserSpinLock" variable.
 void UsmUser.setUsmUserSpinLock(Integer x)
          Deprecated. Setter for the "UsmUserSpinLock" variable.
 void UsmUser.checkUsmUserSpinLock(Integer x)
          Deprecated. Checker for the "UsmUserSpinLock" variable.
 Byte[] UsmUserEntryMBean.getUsmUserPrivKeyChange()
          Deprecated. Getter for the "UsmUserPrivKeyChange" variable.
 void UsmUserEntryMBean.setUsmUserPrivKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserPrivKeyChange" variable.
 void UsmUserEntryMBean.checkUsmUserPrivKeyChange(Byte[] x)
          Deprecated. Checker for the "UsmUserPrivKeyChange" variable.
 String UsmUserEntryMBean.getUsmUserPrivProtocol()
          Deprecated. Getter for the "UsmUserPrivProtocol" variable.
 void UsmUserEntryMBean.setUsmUserPrivProtocol(String x)
          Deprecated. Setter for the "UsmUserPrivProtocol" variable.
 void UsmUserEntryMBean.checkUsmUserPrivProtocol(String x)
          Deprecated. Checker for the "UsmUserPrivProtocol" variable.
 Byte[] UsmUserEntryMBean.getUsmUserOwnAuthKeyChange()
          Deprecated. Getter for the "UsmUserOwnAuthKeyChange" variable.
 void UsmUserEntryMBean.setUsmUserOwnAuthKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserOwnAuthKeyChange" variable.
 void UsmUserEntryMBean.checkUsmUserOwnAuthKeyChange(Byte[] x)
          Deprecated. Checker for the "UsmUserOwnAuthKeyChange" variable.
 Byte[] UsmUserEntryMBean.getUsmUserAuthKeyChange()
          Deprecated. Getter for the "UsmUserAuthKeyChange" variable.
 void UsmUserEntryMBean.setUsmUserAuthKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserAuthKeyChange" variable.
 void UsmUserEntryMBean.checkUsmUserAuthKeyChange(Byte[] x)
          Deprecated. Checker for the "UsmUserAuthKeyChange" variable.
 String UsmUserEntryMBean.getUsmUserAuthProtocol()
          Deprecated. Getter for the "UsmUserAuthProtocol" variable.
 void UsmUserEntryMBean.setUsmUserAuthProtocol(String x)
          Deprecated. Setter for the "UsmUserAuthProtocol" variable.
 void UsmUserEntryMBean.checkUsmUserAuthProtocol(String x)
          Deprecated. Checker for the "UsmUserAuthProtocol" variable.
 String UsmUserEntryMBean.getUsmUserCloneFrom()
          Deprecated. Getter for the "UsmUserCloneFrom" variable.
 void UsmUserEntryMBean.setUsmUserCloneFrom(String x)
          Deprecated. Setter for the "UsmUserCloneFrom" variable.
 void UsmUserEntryMBean.checkUsmUserCloneFrom(String x)
          Deprecated. Checker for the "UsmUserCloneFrom" variable.
 EnumUsmUserStatus UsmUserEntryMBean.getUsmUserStatus()
          Deprecated. Getter for the "UsmUserStatus" variable.
 void UsmUserEntryMBean.setUsmUserStatus(EnumUsmUserStatus x)
          Deprecated. Setter for the "UsmUserStatus" variable.
 void UsmUserEntryMBean.checkUsmUserStatus(EnumUsmUserStatus x)
          Deprecated. Checker for the "UsmUserStatus" variable.
 EnumUsmUserStorageType UsmUserEntryMBean.getUsmUserStorageType()
          Deprecated. Getter for the "UsmUserStorageType" variable.
 void UsmUserEntryMBean.setUsmUserStorageType(EnumUsmUserStorageType x)
          Deprecated. Setter for the "UsmUserStorageType" variable.
 void UsmUserEntryMBean.checkUsmUserStorageType(EnumUsmUserStorageType x)
          Deprecated. Checker for the "UsmUserStorageType" variable.
 String UsmUserEntryMBean.getUsmUserSecurityName()
          Deprecated. Getter for the "UsmUserSecurityName" variable.
 String UsmUserEntryMBean.getUsmUserName()
          Deprecated. Getter for the "UsmUserName" variable.
 Byte[] UsmUserEntryMBean.getUsmUserPublic()
          Deprecated. Getter for the "UsmUserPublic" variable.
 void UsmUserEntryMBean.setUsmUserPublic(Byte[] x)
          Deprecated. Setter for the "UsmUserPublic" variable.
 void UsmUserEntryMBean.checkUsmUserPublic(Byte[] x)
          Deprecated. Checker for the "UsmUserPublic" variable.
 Byte[] UsmUserEntryMBean.getUsmUserEngineID()
          Deprecated. Getter for the "UsmUserEngineID" variable.
 Byte[] UsmUserEntryMBean.getUsmUserOwnPrivKeyChange()
          Deprecated. Getter for the "UsmUserOwnPrivKeyChange" variable.
 void UsmUserEntryMBean.setUsmUserOwnPrivKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserOwnPrivKeyChange" variable.
 void UsmUserEntryMBean.checkUsmUserOwnPrivKeyChange(Byte[] x)
          Deprecated. Checker for the "UsmUserOwnPrivKeyChange" variable.
 Byte[] UsmUserEntry.getUsmUserPrivKeyChange()
          Deprecated. Getter for the "UsmUserPrivKeyChange" variable.
 void UsmUserEntry.setUsmUserPrivKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserPrivKeyChange" variable.
 void UsmUserEntry.checkUsmUserPrivKeyChange(Byte[] x)
          Deprecated. Checker for the "UsmUserPrivKeyChange" variable.
 String UsmUserEntry.getUsmUserPrivProtocol()
          Deprecated. Getter for the "UsmUserPrivProtocol" variable.
 void UsmUserEntry.setUsmUserPrivProtocol(String x)
          Deprecated. Setter for the "UsmUserPrivProtocol" variable.
 void UsmUserEntry.checkUsmUserPrivProtocol(String x)
          Deprecated. Checker for the "UsmUserPrivProtocol" variable.
 Byte[] UsmUserEntry.getUsmUserOwnAuthKeyChange()
          Deprecated. Getter for the "UsmUserOwnAuthKeyChange" variable.
 void UsmUserEntry.setUsmUserOwnAuthKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserOwnAuthKeyChange" variable.
 void UsmUserEntry.checkUsmUserOwnAuthKeyChange(Byte[] x)
          Deprecated. Checker for the "UsmUserOwnAuthKeyChange" variable.
 Byte[] UsmUserEntry.getUsmUserAuthKeyChange()
          Deprecated. Getter for the "UsmUserAuthKeyChange" variable.
 void UsmUserEntry.setUsmUserAuthKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserAuthKeyChange" variable.
 void UsmUserEntry.checkUsmUserAuthKeyChange(Byte[] x)
          Deprecated. Checker for the "UsmUserAuthKeyChange" variable.
 String UsmUserEntry.getUsmUserAuthProtocol()
          Deprecated. Getter for the "UsmUserAuthProtocol" variable.
 void UsmUserEntry.setUsmUserAuthProtocol(String x)
          Deprecated. Setter for the "UsmUserAuthProtocol" variable.
 void UsmUserEntry.checkUsmUserAuthProtocol(String x)
          Deprecated. Checker for the "UsmUserAuthProtocol" variable.
 String UsmUserEntry.getUsmUserCloneFrom()
          Deprecated. Getter for the "UsmUserCloneFrom" variable.
 void UsmUserEntry.setUsmUserCloneFrom(String x)
          Deprecated. Setter for the "UsmUserCloneFrom" variable.
 void UsmUserEntry.checkUsmUserCloneFrom(String x)
          Deprecated. Checker for the "UsmUserCloneFrom" variable.
 EnumUsmUserStatus UsmUserEntry.getUsmUserStatus()
          Deprecated. Getter for the "UsmUserStatus" variable.
 void UsmUserEntry.setUsmUserStatus(EnumUsmUserStatus x)
          Deprecated. Setter for the "UsmUserStatus" variable.
 void UsmUserEntry.checkUsmUserStatus(EnumUsmUserStatus x)
          Deprecated. Checker for the "UsmUserStatus" variable.
 EnumUsmUserStorageType UsmUserEntry.getUsmUserStorageType()
          Deprecated. Getter for the "UsmUserStorageType" variable.
 void UsmUserEntry.setUsmUserStorageType(EnumUsmUserStorageType x)
          Deprecated. Setter for the "UsmUserStorageType" variable.
 void UsmUserEntry.checkUsmUserStorageType(EnumUsmUserStorageType x)
          Deprecated. Checker for the "UsmUserStorageType" variable.
 String UsmUserEntry.getUsmUserSecurityName()
          Deprecated. Getter for the "UsmUserSecurityName" variable.
 String UsmUserEntry.getUsmUserName()
          Deprecated. Getter for the "UsmUserName" variable.
 Byte[] UsmUserEntry.getUsmUserPublic()
          Deprecated. Getter for the "UsmUserPublic" variable.
 void UsmUserEntry.setUsmUserPublic(Byte[] x)
          Deprecated. Setter for the "UsmUserPublic" variable.
 void UsmUserEntry.checkUsmUserPublic(Byte[] x)
          Deprecated. Checker for the "UsmUserPublic" variable.
 Byte[] UsmUserEntry.getUsmUserEngineID()
          Deprecated. Getter for the "UsmUserEngineID" variable.
 Byte[] UsmUserEntry.getUsmUserOwnPrivKeyChange()
          Deprecated. Getter for the "UsmUserOwnPrivKeyChange" variable.
 void UsmUserEntry.setUsmUserOwnPrivKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserOwnPrivKeyChange" variable.
 void UsmUserEntry.checkUsmUserOwnPrivKeyChange(Byte[] x)
          Deprecated. Checker for the "UsmUserOwnPrivKeyChange" variable.
 String UsmUserEntryImpl.getUsmUserSecurityName()
          Deprecated. Getter for the "UsmUserSecurityName" variable.
 Byte[] UsmUserEntryImpl.getUsmUserPrivKeyChange()
          Deprecated. Getter for the "UsmUserPrivKeyChange" variable.
 void UsmUserEntryImpl.checkUsmUserPrivKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserPrivKeyChange" variable.
 void UsmUserEntryImpl.setUsmUserPrivKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserPrivKeyChange" variable.
 Byte[] UsmUserEntryImpl.getUsmUserAuthKeyChange()
          Deprecated. Getter for the "UsmUserAuthKeyChange" variable.
 void UsmUserEntryImpl.checkUsmUserAuthKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserAuthKeyChange" variable.
 void UsmUserEntryImpl.setUsmUserAuthKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserAuthKeyChange" variable.
 void UsmUserEntryImpl.setUsmUserOwnPrivKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserOwnPrivKeyChange" variable.
 Byte[] UsmUserEntryImpl.getUsmUserOwnPrivKeyChange()
          Deprecated. Getter for the "UsmUserOwnPrivKeyChange" variable.
 Byte[] UsmUserEntryImpl.getUsmUserOwnAuthKeyChange()
          Deprecated. Getter for the "UsmUserOwnAuthKeyChange" variable.
 void UsmUserEntryImpl.setUsmUserOwnAuthKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserOwnAuthKeyChange" variable.
 String UsmUserEntryImpl.getUsmUserPrivProtocol()
          Deprecated. Getter for the "UsmUserPrivProtocol" variable.
 void UsmUserEntryImpl.setUsmUserPrivProtocol(String x)
          Deprecated. Setter for the "UsmUserPrivProtocol" variable.
 void UsmUserEntryImpl.checkUsmUserPrivProtocol(String x)
          Deprecated. Checker for the "UsmUserPrivProtocol" variable.
 String UsmUserEntryImpl.getUsmUserAuthProtocol()
          Deprecated. Getter for the "UsmUserAuthProtocol" variable.
 void UsmUserEntryImpl.setUsmUserAuthProtocol(String x)
          Deprecated. Setter for the "UsmUserAuthProtocol" variable.
 void UsmUserEntryImpl.checkUsmUserAuthProtocol(String x)
          Deprecated. Checker for the "UsmUserAuthProtocol" variable.
 EnumUsmUserStorageType UsmUserEntryImpl.getUsmUserStorageType()
          Deprecated. Getter for the "UsmUserStorageType" variable.
 void UsmUserEntryImpl.setUsmUserStorageType(EnumUsmUserStorageType x)
          Deprecated. Setter for the "UsmUserStorageType" variable.
 void UsmUserEntryImpl.checkUsmUserStorageType(EnumUsmUserStorageType x)
          Deprecated. Checker for the "UsmUserStorageType" variable.
 Byte[] UsmUserEntryImpl.getUsmUserEngineID()
          Deprecated. Getter for the "UsmUserEngineId" variable.
 String UsmUserEntryImpl.getUsmUserName()
          Deprecated. Getter for the "UsmUserName" variable.
 String UsmUserEntryImpl.getUsmUserCloneFrom()
          Deprecated. Getter for the "UsmUserCloneFrom" variable.
 void UsmUserEntryImpl.checkUsmUserCloneFrom(String x)
          Deprecated. Checker for the "UsmUserCloneFrom" variable.
 void UsmUserEntryImpl.setUsmUserCloneFrom(String x)
          Deprecated. Setter for the "UsmUserCloneFrom" variable.
 void UsmUserEntryImpl.setUsmUserStatus(EnumUsmUserStatus x)
          Deprecated. Setter for the "UsmUserStatus" variable.
 void UsmUserEntryImpl.checkUsmUserStatus(EnumUsmUserStatus x)
          Deprecated. Checker for the "UsmUserStatus" variable.
 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.  
 void TableUsmUserTable.addEntry(UsmUserEntryMBean entry)
          Deprecated. Add a new entry to the table.
 void TableUsmUserTable.addEntry(UsmUserEntryMBean entry, ObjectName name)
          Deprecated. Add a new entry to the table.
 void TableUsmUserTable.removeEntry(UsmUserEntryMBean entry)
          Deprecated. Remove the specified entry from the table.
 ObjectName TableUsmUserTable.buildNameFromIndex(SnmpIndex index)
          Deprecated.  
 SnmpIndex TableUsmUserTable.buildSnmpIndex(UsmUserEntryMBean entry)
          Deprecated. Build index for "UsmUserEntry".
 SnmpOid TableUsmUserTable.buildOidFromIndex(SnmpIndex index)
          Deprecated. Build index for "UsmUserEntry".
 SnmpOid TableUsmUserTable.buildOidFromIndexVal(Byte[] aUsmUserEngineID, String aUsmUserName)
          Deprecated. Build index for "UsmUserEntry".
 SnmpIndex TableUsmUserTable.buildSnmpIndex(long[] index, int start)
          Deprecated. Build index for "UsmUserEntry".
 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.  
 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.
 

Uses of SnmpStatusException in javax.management.snmp
 

Methods in javax.management.snmp that throw SnmpStatusException
 void SnmpV3Message.decodeMessage(byte[] inputBytes, int byteCount)
          Deprecated. Decodes the specified bytes and initializes this message.
 int SnmpV3Message.getRequestId(byte[] data)
          Deprecated. Returns the associated request Id.
 void SnmpV3Message.encodeSnmpPdu(SnmpPdu pdu, int maxDataLength)
          Deprecated. Initializes this message with the specified pdu.
 SnmpPdu SnmpV3Message.decodeSnmpPdu()
          Deprecated. Gets the PDU encoded in this message.
static SnmpOid SnmpStringFixed.toOid(int l, long[] index, int start)
          Deprecated. Extracts the fixed-string from an index OID and returns its value converted as an SnmpOid.
static int SnmpStringFixed.nextOid(int l, long[] index, int start)
          Deprecated. Scans an index OID, skip the string value and returns the position of the next value.
static SnmpOid SnmpString.toOid(long[] index, int start)
          Deprecated. Extracts the string from an index OID and returns its value converted as an SnmpOid.
static int SnmpString.nextOid(long[] index, int start)
          Deprecated. Scans an index OID, skips the string value and returns the position of the next value.
static SnmpOid SnmpIpAddress.toOid(long[] index, int start)
          Deprecated. Extracts the ip address from an index OID and returns its value converted as an SnmpOid.
static int SnmpIpAddress.nextOid(long[] index, int start)
          Deprecated. Scans an index OID, skips the address value and returns the position of the next value.
static SnmpOid SnmpInt.toOid(long[] index, int start)
          Deprecated. Extracts the integer from an index OID and returns its value converted as an SnmpOid.
static int SnmpInt.nextOid(long[] index, int start)
          Deprecated. Scans an index OID, skips the integer value and returns the position of the next value.
static SnmpOid SnmpCounter64.toOid(long[] index, int start)
          Deprecated. Extracts the counter from an index OID and returns its value converted as an SnmpOid.
static int SnmpCounter64.nextOid(long[] index, int start)
          Deprecated. Scans an index OID, skips the counter value and returns the position of the next value.
 SnmpOidRecord SnmpVarBind.resolveVarName(String name)
          Deprecated. Consults the MIB table storage to resolve the name to its OID type structure.
 void SnmpVarBind.addInstance(long[] inst)
          Deprecated. Adds an instance part to the OID in the SnmpOid object.
 void SnmpVarBind.addInstance(String inst)
          Deprecated. Adds an instance part to the OID in the SnmpOid object.
static int SnmpMsg.getProtocolVersion(byte[] data)
          Deprecated. Returns the encoded SNMP version present in the passed byte array.
abstract  int SnmpMsg.getRequestId(byte[] data)
          Deprecated. Returns the associated request ID.
abstract  void SnmpMsg.decodeMessage(byte[] inputBytes, int byteCount)
          Deprecated. Decodes the specified bytes and initializes this message.
abstract  void SnmpMsg.encodeSnmpPdu(SnmpPdu pdu, int maxDataLength)
          Deprecated. Initializes this message with the specified pdu.
abstract  SnmpPdu SnmpMsg.decodeSnmpPdu()
          Deprecated. Gets the PDU encoded in this message.
 void SnmpMsg.encodeVarBindList(BerEncoder benc, SnmpVarBind[] varBindList)
          Deprecated. For Java DMK private use only.
 int SnmpMessage.getRequestId(byte[] inputBytes)
          Deprecated. Returns the associated request ID.
 void SnmpMessage.decodeMessage(byte[] inputBytes, int byteCount)
          Deprecated. Decodes the specified bytes and initializes this message.
 void SnmpMessage.encodePdu(SnmpPduPacket pdu, int maxDataLength)
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpMessage.encodeSnmpPdu(SnmpPdu, int)
 SnmpPduPacket SnmpMessage.decodePdu()
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpMessage.decodeSnmpPdu()
 void SnmpMessage.encodeSnmpPdu(SnmpPdu pdu, int maxDataLength)
          Deprecated. Initializes this message with the specified pdu.
 SnmpPdu SnmpMessage.decodeSnmpPdu()
          Deprecated. Gets the PDU encoded in this message.
 void SnmpVarBindList.addVarBind(String[] list, String inst)
          Deprecated. Prepares a vector of SnmpVarBindList from an array of SNMP MIB variables and instances.
 boolean SnmpVarBindList.removeVarBind(String[] list, String inst)
          Deprecated. Removes the array of SNMP MIB variables and instances from the existing SnmpVarBindList.
 void SnmpVarBindList.addVarBind(String[] list)
          Deprecated. Adds an array of MIB variable names to the list.
 boolean SnmpVarBindList.removeVarBind(String[] list)
          Deprecated. Removes the array of SNMP MIB variables from the existing SnmpVarBindList.
 void SnmpVarBindList.addVarBind(String name)
          Deprecated. Creates an SnmpVarBind object from the given MIB variable and appends it to the existing SnmpVarBindList.
 boolean SnmpVarBindList.removeVarBind(String name)
          Deprecated. Removes the SnmpVarBind object corresponding to the given MIB variable from the existing SnmpVarBindList.
 void SnmpVarBindList.addInstance(String inst)
          Deprecated. Adds the string as an instance part to all OIDs in this list.
 SnmpPduPacket SnmpPduFactory.decodePdu(SnmpMessage msg)
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpPduFactory.decodeSnmpPdu(SnmpMsg)
 SnmpPdu SnmpPduFactory.decodeSnmpPdu(SnmpMsg msg)
          Deprecated. Decodes the specified SnmpMsg and returns the resulting SnmpPdu.
 SnmpMessage SnmpPduFactory.encodePdu(SnmpPduPacket pdu, int maxPktSize)
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpPduFactory.encodeSnmpPdu(SnmpPdu, int)
 SnmpMsg SnmpPduFactory.encodeSnmpPdu(SnmpPdu pdu, int maxPktSize)
          Deprecated. Encodes the specified SnmpPdu and returns the resulting SnmpMsg.
 SnmpOidRecord SnmpOidTable.resolveVarName(String name)
          Deprecated. Searches for a MIB variable given its logical name and returns an SnmpOidRecord object containing information on the variable.
 SnmpOidRecord SnmpOidTable.resolveVarOid(String oid)
          Deprecated. Searches for a MIB variable given its OID and returns an SnmpOidRecord object containing information on the variable.
 long SnmpOid.getOidArc(int pos)
          Deprecated. Returns the value of the OID arc found at the requested position in the components array.
static SnmpOid SnmpOid.toOid(long[] index, int start)
          Deprecated. Extracts the OID from an index OID and returns its value converted as an SnmpOid.
static int SnmpOid.nextOid(long[] index, int start)
          Deprecated. Scans an index OID, skips the OID value and returns the position of the next value.
 void SnmpOid.addToOid(String s)
          Deprecated. Adds the specified dot-formatted OID String to the end of this SnmpOid.
 void SnmpOid.addToOid(long[] oid)
          Deprecated. Adds the specified array of longs to the end of this SnmpOid.
 String SnmpOid.resolveVarName(String s)
          Deprecated. Resolves a MIB variable String with the MIB database.
 void SnmpSecurityParameters.decode(byte[] params)
          Deprecated. BER decoding of security parameters.
 

Constructors in javax.management.snmp with parameters of type SnmpStatusException
SnmpStatusException(SnmpStatusException x, int index)
          Deprecated. Constructs a new SnmpStatusException with an error index.
 

Constructors in javax.management.snmp that throw SnmpStatusException
SnmpVarBind(String name)
          Deprecated. Constructs a new SnmpVarBind object from the specified String value.
 

Uses of SnmpStatusException in javax.management.snmp.manager
 

Methods in javax.management.snmp.manager that throw SnmpStatusException
 boolean SnmpRequest.waitForCompletion(long time)
          Deprecated. Used in synchronous mode only.
 byte[] SnmpParameters.encodeAuthentication(int snmpCmd)
          Deprecated. For Java DMK internal use only.
 SnmpRequest SnmpSession.snmpGetRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst)
          Deprecated. Performs a single SNMP get request on the variable binding list.
 SnmpRequest SnmpSession.snmpGetRequest(SnmpRequestHandler cb, SnmpVarBindList vblst)
          Deprecated. Performs a single SNMP get request on the variable binding list.
 SnmpRequest SnmpSession.snmpGetNextRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst)
          Deprecated. Performs a single SNMP getnext request on the variable binding list.
 SnmpRequest SnmpSession.snmpGetNextRequest(SnmpRequestHandler cb, SnmpVarBindList vblst)
          Deprecated. Performs a single SNMP getnext request on the variable binding list.
 SnmpRequest SnmpSession.snmpGetBulkRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst, int nonRepeat, int maxRepeat)
          Deprecated. Performs a single SNMP getbulk request on the variable binding list.
 SnmpRequest SnmpSession.snmpGetBulkRequest(SnmpRequestHandler cb, SnmpVarBindList vblst, int nonRepeat, int maxRepeat)
          Deprecated. Performs a single SNMP getbulk request on the variable binding list.
 SnmpRequest SnmpSession.snmpSetRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst)
          Deprecated. Performs a single SNMP set request on the peer for the specified variable binding list.
 SnmpRequest SnmpSession.snmpSetRequest(SnmpRequestHandler cb, SnmpVarBindList vblst)
          Deprecated. Performs a single SNMP set request on the peer for the specified variable binding list.
 SnmpRequest SnmpSession.snmpGetPollRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst, int intrvl)
          Deprecated. Starts polling the peer at the specified intervals, for the MIB variables in the variable binding list.
 SnmpRequest SnmpSession.snmpGetPollRequest(SnmpRequestHandler cb, SnmpVarBindList vblst, int intrvl)
          Deprecated. Starts polling the peer at the specified intervals, for the MIB variables in the variable binding list.
 SnmpRequest SnmpSession.snmpGetNextPollRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst, int intrvl)
          Deprecated. Starts polling the peer at the specified intervals, for the MIB variables in the variable binding list.
 SnmpRequest SnmpSession.snmpGetNextPollRequest(SnmpRequestHandler cb, SnmpVarBindList vblst, int intrvl)
          Deprecated. Starts polling the peer at the specified intervals, for the MIB variables in the variable binding list.
 SnmpRequest SnmpSession.snmpInformRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpOid trapOid, SnmpVarBindList vblst)
          Deprecated. Performs a single SNMP inform request on the variable binding list.
 SnmpRequest SnmpSession.snmpInformRequest(SnmpRequestHandler cb, SnmpOid trapOid, SnmpVarBindList vblst)
          Deprecated. Performs a single SNMP inform request on the variable binding list.
 SnmpRequest SnmpSession.snmpWalkUntilRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst, SnmpOid key)
          Deprecated. Walks through the lexicographic ordering of the agent MIB.
 SnmpRequest SnmpSession.snmpWalkUntilRequest(SnmpRequestHandler cb, SnmpVarBindList vblst, SnmpOid key)
          Deprecated. Walks through the lexicographic ordering of the agent MIB.
 

Constructors in javax.management.snmp.manager that throw SnmpStatusException
SnmpSession(SnmpEngine engine, String name, SnmpPeer apeer)
          Deprecated. Constructor for creating a new session.
SnmpSession(String name, SnmpPeer apeer)
          Deprecated. Constructor for creating a new session.
SnmpSession(String name)
          Deprecated. Constructor for creating a new session.
SnmpSession(SnmpEngineParameters parameters, SnmpEngineFactory factory, String name, SnmpPeer apeer)
          Deprecated. Constructor for creating a new session.
SnmpSession(SnmpEngineParameters parameters, SnmpEngineFactory factory, String name, SnmpPeer apeer, InetSocketAddress localaddress)
          Deprecated. Constructor for creating a new session.
SnmpSession(SnmpEngineParameters parameters, SnmpEngineFactory factory, String name, SnmpPeer apeer, InetAddress localaddress, int port)
          Deprecated. Constructor for creating a new session.
 

Uses of SnmpStatusException in javax.management.snmp.manager.usm
 

Methods in javax.management.snmp.manager.usm that throw SnmpStatusException
 void SnmpUsmPeer.processUsmTimelinessDiscovery()
          Deprecated. Call this method in order to discover Usm timeliness needed infos.
 

Constructors in javax.management.snmp.manager.usm that throw SnmpStatusException
SnmpUsmPeer(SnmpEngine engine, String host)
          Deprecated. Creates an SNMP peer object for a device.
SnmpUsmPeer(SnmpEngine engine, InetAddress netaddr)
          Deprecated. Creates an SNMP peer object for a device.
SnmpUsmPeer(SnmpEngine engine, String host, int port)
          Deprecated. Creates an SNMP peer object for a device with the specified port.
SnmpUsmPeer(SnmpEngine engine, String host, SnmpEngineId id)
          Deprecated. Creates an SNMP peer object for a device.
SnmpUsmPeer(SnmpEngine engine, InetAddress netaddr, SnmpEngineId id)
          Deprecated. Creates an SNMP peer object for a device.
SnmpUsmPeer(SnmpEngine engine, String host, int port, SnmpEngineId id)
          Deprecated. Creates an SNMP peer object for a device with the specified port.
 


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.