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

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

public class UsmUserImpl
extends UsmUser

The UsmUser group has been customized in order to instantiate our table.

Since:
Java DMK 5.1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.management.snmp.usm.usmmib.UsmUser
UsmUserSpinLock, UsmUserTable
 
Constructor Summary
UsmUserImpl(SnmpMib myMib, MBeanServer server, SnmpUsmLcd lcd, SnmpEngine engine)
          We override the constructor in order to instantiate our own implementation of the UsmUserTable.
UsmUserImpl(SnmpMib myMib, SnmpUsmLcd lcd, SnmpEngine engine)
          We override the constructor in order to enable the remote creation of rows in the DemoTable.
 
Method Summary
 void checkUsmUserSpinLock(Integer x)
          Checker for the "UsmUserSpinLock" variable.
 void setUsmUserSpinLock(Integer x)
          Setter for the "UsmUserSpinLock" variable.
 
Methods inherited from class com.sun.management.snmp.usm.usmmib.UsmUser
accessUsmUserTable, getUsmUserSpinLock, getUsmUserTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsmUserImpl

public UsmUserImpl(SnmpMib myMib,
                   SnmpUsmLcd lcd,
                   SnmpEngine engine)
We override the constructor in order to enable the remote creation of rows in the DemoTable. A TableUsmUserTableImpl is created.


UsmUserImpl

public UsmUserImpl(SnmpMib myMib,
                   MBeanServer server,
                   SnmpUsmLcd lcd,
                   SnmpEngine engine)
We override the constructor in order to instantiate our own implementation of the UsmUserTable. Then we enable the remote creation of rows in the UsmUserTable. A TableUsmUserTableImpl is created.

Method Detail

checkUsmUserSpinLock

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

Specified by:
checkUsmUserSpinLock in interface UsmUserMBean
Overrides:
checkUsmUserSpinLock in class UsmUser
Throws:
SnmpStatusException

setUsmUserSpinLock

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

Specified by:
setUsmUserSpinLock in interface UsmUserMBean
Overrides:
setUsmUserSpinLock in class UsmUser
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.