Package tigase.management
Interface TigaseSystemMBean
-
- All Known Implementing Classes:
TigaseSystem
public interface TigaseSystemMBeanThis interface is used for representing the remote management interface for the "TigaseSystem" MBean.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.LonggetTigaseSystemHeapTotal()java.lang.LonggetTigaseSystemHeapUsed()java.lang.LonggetTigaseSystemNonHeapTotal()java.lang.LonggetTigaseSystemNonHeapUsed()java.lang.StringgetTigaseSystemUptimeHumanReadable()java.lang.LonggetTigaseSystemUptimeMillis()
-
-
-
Method Detail
-
getTigaseSystemUptimeHumanReadable
java.lang.String getTigaseSystemUptimeHumanReadable() throws com.sun.management.snmp.SnmpStatusException- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseSystemUptimeMillis
java.lang.Long getTigaseSystemUptimeMillis() throws com.sun.management.snmp.SnmpStatusException- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseSystemNonHeapUsed
java.lang.Long getTigaseSystemNonHeapUsed() throws com.sun.management.snmp.SnmpStatusException- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseSystemNonHeapTotal
java.lang.Long getTigaseSystemNonHeapTotal() throws com.sun.management.snmp.SnmpStatusException- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseSystemHeapUsed
java.lang.Long getTigaseSystemHeapUsed() throws com.sun.management.snmp.SnmpStatusException- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseSystemHeapTotal
java.lang.Long getTigaseSystemHeapTotal() throws com.sun.management.snmp.SnmpStatusException- Throws:
com.sun.management.snmp.SnmpStatusException
-
-