/* */
/* */ protected void createService()
/* */ throws Exception
/* */ {
/* 294 */ if (this.deployer == null)
/* 295 */ throw new MissingAttributeException("Deployer");
/* 296 */ this.mainDeployer = ((MainDeployerMBean)MBeanProxyExt.create(MainDeployerMBean.class, MainDeployerMBean.OBJECT_NAME, this.server));
/* */
/* 298 */ this.scannerThread = new ScannerThread(false);
/* 299 */ this.scannerThread.setDaemon(true);
/* 300 */ this.scannerThread.start();