See: Description
| Interface | Description | 
|---|---|
| DynamicMBeanFactory | 
 Contract for creating dynamic management beans from a bean definition. 
 | 
| NameGenerator | 
 Contract to create an  
ObjectName from a bean definition. | 
| Class | Description | 
|---|---|
| AbstractDynamicMBeanFactory | 
 A base class that creates dynamic MBeans from a bean definition. 
 | 
| DefaultNameGenerator | 
 Generates object names where the package is the domain
 and the properties has a single key of "type" that is the
 simple name of the class. 
 |