lcc.setActivationSpec(activationSpec);
component.getLifeCycle().init(context);
if (started.get() && lcc.isPojo()) {
component.getLifeCycle().start();
}
ComponentMBeanImpl mbean = new ComponentMBeanImpl(lcc);
result = managementContext.createObjectName(mbean);
try {
managementContext.registerMBean(result, mbean, ComponentMBean.class);
lcc.setMBean(result, mbean);
}