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 LonggetTigaseSystemHeapTotal()LonggetTigaseSystemHeapUsed()LonggetTigaseSystemNonHeapTotal()LonggetTigaseSystemNonHeapUsed()StringgetTigaseSystemUptimeHumanReadable()LonggetTigaseSystemUptimeMillis()
-
-
-
Method Detail
-
getTigaseSystemUptimeHumanReadable
String getTigaseSystemUptimeHumanReadable() throws com.sun.management.snmp.SnmpStatusException
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseSystemUptimeMillis
Long getTigaseSystemUptimeMillis() throws com.sun.management.snmp.SnmpStatusException
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseSystemNonHeapUsed
Long getTigaseSystemNonHeapUsed() throws com.sun.management.snmp.SnmpStatusException
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseSystemNonHeapTotal
Long getTigaseSystemNonHeapTotal() throws com.sun.management.snmp.SnmpStatusException
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseSystemHeapUsed
Long getTigaseSystemHeapUsed() throws com.sun.management.snmp.SnmpStatusException
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseSystemHeapTotal
Long getTigaseSystemHeapTotal() throws com.sun.management.snmp.SnmpStatusException
- Throws:
com.sun.management.snmp.SnmpStatusException
-
-