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

java.lang.Object
  extended by com.sun.management.snmp.usm.usmmib.UsmStats
All Implemented Interfaces:
UsmStatsMBean, Serializable

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.1
See Also:
Serialized Form

Field Summary
protected  Long UsmStatsDecryptionErrors
          Variable for storing the value of "UsmStatsDecryptionErrors".
protected  Long UsmStatsNotInTimeWindows
          Variable for storing the value of "UsmStatsNotInTimeWindows".
protected  Long UsmStatsUnknownEngineIDs
          Variable for storing the value of "UsmStatsUnknownEngineIDs".
protected  Long UsmStatsUnknownUserNames
          Variable for storing the value of "UsmStatsUnknownUserNames".
protected  Long UsmStatsUnsupportedSecLevels
          Variable for storing the value of "UsmStatsUnsupportedSecLevels".
protected  Long UsmStatsWrongDigests
          Variable for storing the value of "UsmStatsWrongDigests".
 
Constructor Summary
UsmStats(SnmpMib myMib)
          Constructor for the "UsmStats" group.
UsmStats(SnmpMib myMib, MBeanServer server)
          Constructor for the "UsmStats" group.
 
Method Summary
 Long getUsmStatsDecryptionErrors()
          Getter for the "UsmStatsDecryptionErrors" variable.
 Long getUsmStatsNotInTimeWindows()
          Getter for the "UsmStatsNotInTimeWindows" variable.
 Long getUsmStatsUnknownEngineIDs()
          Getter for the "UsmStatsUnknownEngineIDs" variable.
 Long getUsmStatsUnknownUserNames()
          Getter for the "UsmStatsUnknownUserNames" variable.
 Long getUsmStatsUnsupportedSecLevels()
          Getter for the "UsmStatsUnsupportedSecLevels" variable.
 Long getUsmStatsWrongDigests()
          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
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
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
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
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
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
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)
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)
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
Getter for the "UsmStatsDecryptionErrors" variable.

Specified by:
getUsmStatsDecryptionErrors in interface UsmStatsMBean
Throws:
SnmpStatusException

getUsmStatsWrongDigests

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

Specified by:
getUsmStatsWrongDigests in interface UsmStatsMBean
Throws:
SnmpStatusException

getUsmStatsUnknownEngineIDs

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

Specified by:
getUsmStatsUnknownEngineIDs in interface UsmStatsMBean
Throws:
SnmpStatusException

getUsmStatsUnknownUserNames

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

Specified by:
getUsmStatsUnknownUserNames in interface UsmStatsMBean
Throws:
SnmpStatusException

getUsmStatsNotInTimeWindows

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

Specified by:
getUsmStatsNotInTimeWindows in interface UsmStatsMBean
Throws:
SnmpStatusException

getUsmStatsUnsupportedSecLevels

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

Specified by:
getUsmStatsUnsupportedSecLevels in interface UsmStatsMBean
Throws:
SnmpStatusException

Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.