Uses of Interface
com.sun.jdmk.snmp.mpm.SnmpMsgTranslator

Packages that use SnmpMsgTranslator
com.sun.jdmk.snmp.mpm Provides the classes which implement the Message Processing Models for SNMP version 1, version 2c and version 3. 
 

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

Classes in com.sun.jdmk.snmp.mpm that implement SnmpMsgTranslator
 class SnmpMsgTranslatorCs2Ctxt
          Deprecated. Use package com.sun.management.snmp.mpm in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpMsgTranslatorV1V2
          Deprecated. Use package com.sun.management.snmp.mpm in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpMsgTranslatorV3
          Deprecated. Use package com.sun.management.snmp.mpm 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.mpm that return SnmpMsgTranslator
 SnmpMsgTranslator SnmpMsgProcessingModelV3.getMsgTranslator()
          Deprecated. Returns the current translator.
 SnmpMsgTranslator SnmpMsgProcessingModelV1V2.getMsgTranslator()
          Deprecated.  
 

Methods in com.sun.jdmk.snmp.mpm with parameters of type SnmpMsgTranslator
 void SnmpMsgProcessingModelV3.setMsgTranslator(SnmpMsgTranslator translator)
          Deprecated. In order to change the behavior of the translator, set it.
 void SnmpMsgProcessingModelV1V2.setMsgTranslator(SnmpMsgTranslator translator)
          Deprecated. In order to change the behavior of the translator, set it.
 

Constructors in com.sun.jdmk.snmp.mpm with parameters of type SnmpMsgTranslator
SnmpMsgProcessingModelV3(SnmpMsgProcessingSubSystem sys, SnmpMsgTranslator translat)
          Deprecated. Constructor.
SnmpMsgProcessingModelV1V2(SnmpMsgProcessingSubSystem sys, SnmpMsgTranslator translat)
          Deprecated. Constructor.
 


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.