Name Type ---- ---- objectName String classLoader ClassLoader kernel Kernel gbeanContext GBeanContext
The attribute type must be exactly as listed and the attribute must be declared as not persistent.
As part of this change the use of GBeanContext.getObjectName() and GBeanMBeanContext.getServer() are now deprecated and will be removed soon. Once they are removed I plan on renaming GBeanContext to GBeanLifecycleController and the setGBeanContext method will be removed from GBean. At that point, GBean will only have doStart(), doStop(), and doFail(), so I will rename the GBean interface to GBeanLifecycle.
-dain
