com.ibm.team.server.monitoring.jmx.beans.BaseMBean
JMX Attribute | JMX Type | Is Writeable? | Default Value | Description |
---|---|---|---|---|
URI | String | No | null | URI of the resource. This attribute is not used currently for this JMX Object |
Links | TabularType (Open Type) | No | null | Links to associated performance information. This attribute is not used currently for this JMX Object |
com.ibm.team.server.monitoring.jmx.beans.SystemMBean
JMX Attribute | JMX Type | Is Writeable? | Default Value | Description |
---|---|---|---|---|
StartTime | Date | No | System Up time | This attribute contains the date and time of the system (the monitored application), start time |
AllApplicationProperties | TabularType (Open Type) | No | Application configuration properties | This attribute contains tabular information of the application configuration properties, in a key/value pairs entries form. The information contained in this attribute matches the teamserver.properties application's configuration file entries. |
Example of an entry | key: com.ibm.team.datawarehouse.db.jdbc.location | |||
value: conf/jts/derby/warehouseDB |