This dashboard component has simple property name/value based configuration. The XML looks like the following:
<property name="mbean" value="java.lang:type=Threading"/>
<property name="attribute" value="AllThreadIds"/>
It parses the component configration and makes the information available as a Map.
It also adds support for event support.
@author Rakesh Kalra