tigase.management
Class TigaseSystem

java.lang.Object
  extended by tigase.management.TigaseSystem
All Implemented Interfaces:
java.io.Serializable, TigaseSystemMBean

public class TigaseSystem
extends java.lang.Object
implements TigaseSystemMBean, java.io.Serializable

The class is used for implementing the "TigaseSystem" group. The group is defined with the following oid: 1.3.6.1.4.1.16120609.2.145.3.163.1.1.4.

See Also:
Serialized Form

Field Summary
protected  java.lang.Long TigaseSystemHeapTotal
          Variable for storing the value of "TigaseSystemHeapTotal".
protected  java.lang.Long TigaseSystemHeapUsed
          Variable for storing the value of "TigaseSystemHeapUsed".
protected  java.lang.Long TigaseSystemNonHeapTotal
          Variable for storing the value of "TigaseSystemNonHeapTotal".
protected  java.lang.Long TigaseSystemNonHeapUsed
          Variable for storing the value of "TigaseSystemNonHeapUsed".
protected  java.lang.String TigaseSystemUptimeHumanReadable
          Variable for storing the value of "TigaseSystemUptimeHumanReadable".
protected  java.lang.Long TigaseSystemUptimeMillis
          Variable for storing the value of "TigaseSystemUptimeMillis".
 
Constructor Summary
TigaseSystem(com.sun.management.snmp.agent.SnmpMib myMib)
          Constructor for the "TigaseSystem" group.
TigaseSystem(com.sun.management.snmp.agent.SnmpMib myMib, javax.management.MBeanServer server)
          Constructor for the "TigaseSystem" group.
 
Method Summary
 java.lang.Long getTigaseSystemHeapTotal()
          Getter for the "TigaseSystemHeapTotal" variable.
 java.lang.Long getTigaseSystemHeapUsed()
          Getter for the "TigaseSystemHeapUsed" variable.
 java.lang.Long getTigaseSystemNonHeapTotal()
          Getter for the "TigaseSystemNonHeapTotal" variable.
 java.lang.Long getTigaseSystemNonHeapUsed()
          Getter for the "TigaseSystemNonHeapUsed" variable.
 java.lang.String getTigaseSystemUptimeHumanReadable()
          Getter for the "TigaseSystemUptimeHumanReadable" variable.
 java.lang.Long getTigaseSystemUptimeMillis()
          Getter for the "TigaseSystemUptimeMillis" variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TigaseSystemUptimeHumanReadable

protected java.lang.String TigaseSystemUptimeHumanReadable
Variable for storing the value of "TigaseSystemUptimeHumanReadable". The variable is identified by: "1.3.6.1.4.1.16120609.2.145.3.163.1.1.4.6".


TigaseSystemUptimeMillis

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


TigaseSystemNonHeapUsed

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


TigaseSystemNonHeapTotal

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


TigaseSystemHeapUsed

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


TigaseSystemHeapTotal

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

Constructor Detail

TigaseSystem

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


TigaseSystem

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

Method Detail

getTigaseSystemUptimeHumanReadable

public java.lang.String getTigaseSystemUptimeHumanReadable()
                                                    throws com.sun.management.snmp.SnmpStatusException
Getter for the "TigaseSystemUptimeHumanReadable" variable.

Specified by:
getTigaseSystemUptimeHumanReadable in interface TigaseSystemMBean
Throws:
com.sun.management.snmp.SnmpStatusException

getTigaseSystemUptimeMillis

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

Specified by:
getTigaseSystemUptimeMillis in interface TigaseSystemMBean
Throws:
com.sun.management.snmp.SnmpStatusException

getTigaseSystemNonHeapUsed

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

Specified by:
getTigaseSystemNonHeapUsed in interface TigaseSystemMBean
Throws:
com.sun.management.snmp.SnmpStatusException

getTigaseSystemNonHeapTotal

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

Specified by:
getTigaseSystemNonHeapTotal in interface TigaseSystemMBean
Throws:
com.sun.management.snmp.SnmpStatusException

getTigaseSystemHeapUsed

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

Specified by:
getTigaseSystemHeapUsed in interface TigaseSystemMBean
Throws:
com.sun.management.snmp.SnmpStatusException

getTigaseSystemHeapTotal

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

Specified by:
getTigaseSystemHeapTotal in interface TigaseSystemMBean
Throws:
com.sun.management.snmp.SnmpStatusException


Copyright © 2009 Tigase. All Rights Reserved.