tigase.management
Class TigaseUser

java.lang.Object
  extended by tigase.management.TigaseUser
All Implemented Interfaces:
java.io.Serializable, TigaseUserMBean

public class TigaseUser
extends java.lang.Object
implements TigaseUserMBean, java.io.Serializable

The class is used for implementing the "TigaseUser" group. The group is defined with the following oid: 1.3.6.1.4.1.16120609.2.145.3.163.1.1.1.

See Also:
Serialized Form

Field Summary
protected  java.lang.Long TigaseUserRegisteredCount
          Variable for storing the value of "TigaseUserRegisteredCount".
protected  java.lang.Long TigaseUserSessionCount
          Variable for storing the value of "TigaseUserSessionCount".
 
Constructor Summary
TigaseUser(com.sun.management.snmp.agent.SnmpMib myMib)
          Constructor for the "TigaseUser" group.
TigaseUser(com.sun.management.snmp.agent.SnmpMib myMib, javax.management.MBeanServer server)
          Constructor for the "TigaseUser" group.
 
Method Summary
 java.lang.Long getTigaseUserRegisteredCount()
          Getter for the "TigaseUserRegisteredCount" variable.
 java.lang.Long getTigaseUserSessionCount()
          Getter for the "TigaseUserSessionCount" variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TigaseUserRegisteredCount

protected java.lang.Long TigaseUserRegisteredCount
Variable for storing the value of "TigaseUserRegisteredCount". The variable is identified by: "1.3.6.1.4.1.16120609.2.145.3.163.1.1.1.2".


TigaseUserSessionCount

protected java.lang.Long TigaseUserSessionCount
Variable for storing the value of "TigaseUserSessionCount". The variable is identified by: "1.3.6.1.4.1.16120609.2.145.3.163.1.1.1.1".

Constructor Detail

TigaseUser

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


TigaseUser

public TigaseUser(com.sun.management.snmp.agent.SnmpMib myMib,
                  javax.management.MBeanServer server)
Constructor for the "TigaseUser" group. If the group contains a table, the entries created through an SNMP SET will be AUTOMATICALLY REGISTERED in Java DMK.

Method Detail

getTigaseUserRegisteredCount

public java.lang.Long getTigaseUserRegisteredCount()
                                            throws com.sun.management.snmp.SnmpStatusException
Getter for the "TigaseUserRegisteredCount" variable.

Specified by:
getTigaseUserRegisteredCount in interface TigaseUserMBean
Throws:
com.sun.management.snmp.SnmpStatusException

getTigaseUserSessionCount

public java.lang.Long getTigaseUserSessionCount()
                                         throws com.sun.management.snmp.SnmpStatusException
Getter for the "TigaseUserSessionCount" variable.

Specified by:
getTigaseUserSessionCount in interface TigaseUserMBean
Throws:
com.sun.management.snmp.SnmpStatusException


Copyright © 2009 Tigase. All Rights Reserved.