Package tigase.management
Class TigaseSystem
java.lang.Object
tigase.management.TigaseSystem
- All Implemented Interfaces:
Serializable,TigaseSystemMBean
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LongVariable for storing the value of "TigaseSystemHeapTotal".protected LongVariable for storing the value of "TigaseSystemHeapUsed".protected LongVariable for storing the value of "TigaseSystemNonHeapTotal".protected LongVariable for storing the value of "TigaseSystemNonHeapUsed".protected StringVariable for storing the value of "TigaseSystemUptimeHumanReadable".protected LongVariable for storing the value of "TigaseSystemUptimeMillis". -
Constructor Summary
ConstructorsConstructorDescriptionTigaseSystem(com.sun.management.snmp.agent.SnmpMib myMib) Constructor for the "TigaseSystem" group.TigaseSystem(com.sun.management.snmp.agent.SnmpMib myMib, MBeanServer server) Constructor for the "TigaseSystem" group. -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
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". -
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". -
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". -
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". -
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
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".
-
-
Constructor Details
-
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
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 Details
-
getTigaseSystemUptimeHumanReadable
public String getTigaseSystemUptimeHumanReadable() throws com.sun.management.snmp.SnmpStatusException- Specified by:
getTigaseSystemUptimeHumanReadablein interfaceTigaseSystemMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseSystemUptimeMillis
- Specified by:
getTigaseSystemUptimeMillisin interfaceTigaseSystemMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseSystemNonHeapUsed
- Specified by:
getTigaseSystemNonHeapUsedin interfaceTigaseSystemMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseSystemNonHeapTotal
- Specified by:
getTigaseSystemNonHeapTotalin interfaceTigaseSystemMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseSystemHeapUsed
- Specified by:
getTigaseSystemHeapUsedin interfaceTigaseSystemMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseSystemHeapTotal
- Specified by:
getTigaseSystemHeapTotalin interfaceTigaseSystemMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-