| Interface | Description | 
|---|---|
| ManagedMBean.Member | 
 Small utility interface used to allow polymorphing
 of java.lang.reflect.Method and java.lang.reflect.Field
 so that each can be treated as injection targets using
 the same code. 
 | 
| Class | Description | 
|---|---|
| ConnectionFactoryMonitor | |
| DynamicMBeanWrapper | |
| Event | |
| LocalMBeanServer | |
| ManagedMBean | |
| ManagedMBean.FieldMember | 
 Implementation of Member for java.lang.reflect.Field
 Used for injection targets that are annotated fields 
 | 
| ManagedMBean.MethodMember | 
 Implementation of Member for java.lang.reflect.Method
 Used for injection targets that are annotated methods 
 | 
| MBeanPojoWrapper | |
| ObjectNameBuilder | |
| Stats | |
| StatsInterceptor | 
| Enum | Description | 
|---|---|
| ConnectionFactoryMonitor.PartitionStrategy | 
| Annotation Type | Description | 
|---|---|
| Managed | |
| ManagedCollection |