| Package | Description |
|---|---|
| org.granite.jmx |
| Modifier and Type | Method and Description |
|---|---|
static OpenMBean |
OpenMBean.createMBean(java.lang.Class<?> beanClass,
java.lang.Object instance)
Creates a new OpenMBean by introspecting the beanClass parameter and wrapping
the instance parameter.
|
static OpenMBean |
OpenMBean.createMBean(java.lang.Object instance)
Creates a new OpenMBean by introspecting and wrapping the instance parameter.
|