tigase.management
Interface TigaseSystemMBean

All Known Implementing Classes:
TigaseSystem

public interface TigaseSystemMBean

This interface is used for representing the remote management interface for the "TigaseSystem" MBean.


Method Summary
 Long getTigaseSystemHeapTotal()
          Getter for the "TigaseSystemHeapTotal" variable.
 Long getTigaseSystemHeapUsed()
          Getter for the "TigaseSystemHeapUsed" variable.
 Long getTigaseSystemNonHeapTotal()
          Getter for the "TigaseSystemNonHeapTotal" variable.
 Long getTigaseSystemNonHeapUsed()
          Getter for the "TigaseSystemNonHeapUsed" variable.
 String getTigaseSystemUptimeHumanReadable()
          Getter for the "TigaseSystemUptimeHumanReadable" variable.
 Long getTigaseSystemUptimeMillis()
          Getter for the "TigaseSystemUptimeMillis" variable.
 

Method Detail

getTigaseSystemUptimeHumanReadable

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

Throws:
com.sun.management.snmp.SnmpStatusException

getTigaseSystemUptimeMillis

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

Throws:
com.sun.management.snmp.SnmpStatusException

getTigaseSystemNonHeapUsed

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

Throws:
com.sun.management.snmp.SnmpStatusException

getTigaseSystemNonHeapTotal

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

Throws:
com.sun.management.snmp.SnmpStatusException

getTigaseSystemHeapUsed

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

Throws:
com.sun.management.snmp.SnmpStatusException

getTigaseSystemHeapTotal

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

Throws:
com.sun.management.snmp.SnmpStatusException


Copyright © 2012 Tigase. All Rights Reserved.