//or manually
lcc.init();
} else {
lcc.doShutDown();
}
result = lcc.registerMBeans(managementContext);
// Start the component after mbeans have been registered
// This can be usefull if listeners use them
if (lcc.isPojo() && started.get()) {
lcc.start();
}