log.log(Level.SEVERE,
"Unable to create StandardMBean for BundleState", e);
return;
}
try {
serviceState = new StandardMBean(new ServiceState(bundleContext),
ServiceStateMBean.class);
} catch (NotCompliantMBeanException e) {
log.log(Level.SEVERE,
"Unable to create StandardMBean for ServiceState", e);
return;