com.sun.jdmk.snmp.usm.usmmib
Class UsmStats

java.lang.Object
  extended bycom.sun.jdmk.snmp.usm.usmmib.UsmStats
All Implemented Interfaces:
Serializable, UsmStatsMBean

Deprecated. Use package com.sun.management.snmp.usm.usmmib in preference to classes in this package. This class may be removed in a future version of Java DMK.

public class UsmStats
extends Object
implements UsmStatsMBean, Serializable

The class is used for implementing the "UsmStats" group. The group is defined with the following oid: 1.3.6.1.6.3.15.1.1.

Since:
Java DMK 5.0
See Also:
Serialized Form

Field Summary
protected  Long UsmStatsDecryptionErrors
          Deprecated. Variable for storing the value of "UsmStatsDecryptionErrors".
protected  Long UsmStatsNotInTimeWindows
          Deprecated. Variable for storing the value of "UsmStatsNotInTimeWindows".
protected  Long UsmStatsUnknownEngineIDs
          Deprecated. Variable for storing the value of "UsmStatsUnknownEngineIDs".
protected  Long UsmStatsUnknownUserNames
          Deprecated. Variable for storing the value of "UsmStatsUnknownUserNames".
protected  Long UsmStatsUnsupportedSecLevels
          Deprecated. Variable for storing the value of "UsmStatsUnsupportedSecLevels".
protected  Long UsmStatsWrongDigests
          Deprecated. Variable for storing the value of "UsmStatsWrongDigests".
 
Constructor Summary
UsmStats(SnmpMib myMib)
          Deprecated. Constructor for the "UsmStats" group.
UsmStats(SnmpMib myMib, MBeanServer server)
          Deprecated. Constructor for the "UsmStats" group.
 
Method Summary
 Long getUsmStatsDecryptionErrors()
          Deprecated. Getter for the "UsmStatsDecryptionErrors" variable.
 Long getUsmStatsNotInTimeWindows()
          Deprecated. Getter for the "UsmStatsNotInTimeWindows" variable.
 Long getUsmStatsUnknownEngineIDs()
          Deprecated. Getter for the "UsmStatsUnknownEngineIDs" variable.
 Long getUsmStatsUnknownUserNames()
          Deprecated. Getter for the "UsmStatsUnknownUserNames" variable.
 Long getUsmStatsUnsupportedSecLevels()
          Deprecated. Getter for the "UsmStatsUnsupportedSecLevels" variable.
 Long getUsmStatsWrongDigests()
          Deprecated. Getter for the "UsmStatsWrongDigests" variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UsmStatsDecryptionErrors

protected Long UsmStatsDecryptionErrors
Deprecated. 
Variable for storing the value of "UsmStatsDecryptionErrors". The variable is identified by: "1.3.6.1.6.3.15.1.1.6".


UsmStatsWrongDigests

protected Long UsmStatsWrongDigests
Deprecated. 
Variable for storing the value of "UsmStatsWrongDigests". The variable is identified by: "1.3.6.1.6.3.15.1.1.5".


UsmStatsUnknownEngineIDs

protected Long UsmStatsUnknownEngineIDs
Deprecated. 
Variable for storing the value of "UsmStatsUnknownEngineIDs". The variable is identified by: "1.3.6.1.6.3.15.1.1.4".


UsmStatsUnknownUserNames

protected Long UsmStatsUnknownUserNames
Deprecated. 
Variable for storing the value of "UsmStatsUnknownUserNames". The variable is identified by: "1.3.6.1.6.3.15.1.1.3".


UsmStatsNotInTimeWindows

protected Long UsmStatsNotInTimeWindows
Deprecated. 
Variable for storing the value of "UsmStatsNotInTimeWindows". The variable is identified by: "1.3.6.1.6.3.15.1.1.2".


UsmStatsUnsupportedSecLevels

protected Long UsmStatsUnsupportedSecLevels
Deprecated. 
Variable for storing the value of "UsmStatsUnsupportedSecLevels". The variable is identified by: "1.3.6.1.6.3.15.1.1.1".

Constructor Detail

UsmStats

public UsmStats(SnmpMib myMib)
Deprecated. 
Constructor for the "UsmStats" group. If the group contains a table, the entries created through an SNMP SET will not be registered in Java DMK.


UsmStats

public UsmStats(SnmpMib myMib,
                MBeanServer server)
Deprecated. 
Constructor for the "UsmStats" group. If the group contains a table, the entries created through an SNMP SET will be AUTOMATICALLY REGISTERED in Java DMK.

Method Detail

getUsmStatsDecryptionErrors

public Long getUsmStatsDecryptionErrors()
                                 throws SnmpStatusException
Deprecated. 
Getter for the "UsmStatsDecryptionErrors" variable.

Specified by:
getUsmStatsDecryptionErrors in interface UsmStatsMBean
Throws:
SnmpStatusException

getUsmStatsWrongDigests

public Long getUsmStatsWrongDigests()
                             throws SnmpStatusException
Deprecated. 
Getter for the "UsmStatsWrongDigests" variable.

Specified by:
getUsmStatsWrongDigests in interface UsmStatsMBean
Throws:
SnmpStatusException

getUsmStatsUnknownEngineIDs

public Long getUsmStatsUnknownEngineIDs()
                                 throws SnmpStatusException
Deprecated. 
Getter for the "UsmStatsUnknownEngineIDs" variable.

Specified by:
getUsmStatsUnknownEngineIDs in interface UsmStatsMBean
Throws:
SnmpStatusException

getUsmStatsUnknownUserNames

public Long getUsmStatsUnknownUserNames()
                                 throws SnmpStatusException
Deprecated. 
Getter for the "UsmStatsUnknownUserNames" variable.

Specified by:
getUsmStatsUnknownUserNames in interface UsmStatsMBean
Throws:
SnmpStatusException

getUsmStatsNotInTimeWindows

public Long getUsmStatsNotInTimeWindows()
                                 throws SnmpStatusException
Deprecated. 
Getter for the "UsmStatsNotInTimeWindows" variable.

Specified by:
getUsmStatsNotInTimeWindows in interface UsmStatsMBean
Throws:
SnmpStatusException

getUsmStatsUnsupportedSecLevels

public Long getUsmStatsUnsupportedSecLevels()
                                     throws SnmpStatusException
Deprecated. 
Getter for the "UsmStatsUnsupportedSecLevels" variable.

Specified by:
getUsmStatsUnsupportedSecLevels in interface UsmStatsMBean
Throws:
SnmpStatusException

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.