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

java.lang.Object
  extended by com.sun.management.snmp.usm.usmmib.UsmUser
All Implemented Interfaces:
UsmUserMBean, Serializable
Direct Known Subclasses:
UsmUserImpl

public class UsmUser
extends Object
implements UsmUserMBean, Serializable

The class is used for implementing the "UsmUser" group. The group is defined with the following oid: 1.3.6.1.6.3.15.1.2.

Since:
Java DMK 5.1
See Also:
Serialized Form

Field Summary
protected  Integer UsmUserSpinLock
          Variable for storing the value of "UsmUserSpinLock".
protected  TableUsmUserTable UsmUserTable
          Variable for storing the value of "UsmUserTable".
 
Constructor Summary
UsmUser(SnmpMib myMib)
          Constructor for the "UsmUser" group.
UsmUser(SnmpMib myMib, MBeanServer server)
          Constructor for the "UsmUser" group.
 
Method Summary
 TableUsmUserTable accessUsmUserTable()
          Access the "UsmUserTable" variable.
 void checkUsmUserSpinLock(Integer x)
          Checker for the "UsmUserSpinLock" variable.
 Integer getUsmUserSpinLock()
          Getter for the "UsmUserSpinLock" variable.
 UsmUserEntryMBean[] getUsmUserTable()
          Access the "UsmUserTable" variable as a bean indexed property.
 void setUsmUserSpinLock(Integer x)
          Setter for the "UsmUserSpinLock" variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UsmUserTable

protected TableUsmUserTable UsmUserTable
Variable for storing the value of "UsmUserTable". The variable is identified by: "1.3.6.1.6.3.15.1.2.2".


UsmUserSpinLock

protected Integer UsmUserSpinLock
Variable for storing the value of "UsmUserSpinLock". The variable is identified by: "1.3.6.1.6.3.15.1.2.1".

Constructor Detail

UsmUser

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


UsmUser

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

Method Detail

accessUsmUserTable

public TableUsmUserTable accessUsmUserTable()
                                     throws SnmpStatusException
Access the "UsmUserTable" variable.

Specified by:
accessUsmUserTable in interface UsmUserMBean
Throws:
SnmpStatusException

getUsmUserTable

public UsmUserEntryMBean[] getUsmUserTable()
                                    throws SnmpStatusException
Access the "UsmUserTable" variable as a bean indexed property.

Throws:
SnmpStatusException

getUsmUserSpinLock

public Integer getUsmUserSpinLock()
                           throws SnmpStatusException
Getter for the "UsmUserSpinLock" variable.

Specified by:
getUsmUserSpinLock in interface UsmUserMBean
Throws:
SnmpStatusException

setUsmUserSpinLock

public void setUsmUserSpinLock(Integer x)
                        throws SnmpStatusException
Setter for the "UsmUserSpinLock" variable.

Specified by:
setUsmUserSpinLock in interface UsmUserMBean
Throws:
SnmpStatusException

checkUsmUserSpinLock

public void checkUsmUserSpinLock(Integer x)
                          throws SnmpStatusException
Checker for the "UsmUserSpinLock" variable.

Specified by:
checkUsmUserSpinLock in interface UsmUserMBean
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.