.addDependency(threadFactoryServiceName, ThreadFactory.class, managementCommunicationService.getThreadFactoryInjector())
.setInitialMode(ServiceController.Mode.ACTIVE);
// Add the DC to server manager operation handler
final ManagementOperationHandlerService<ServerManagerOperationHandler> operationHandlerService
= new ManagementOperationHandlerService<ServerManagerOperationHandler>(new ServerManagerOperationHandler(this));
batchBuilder.addService(ManagementCommunicationService.SERVICE_NAME.append("server", "manager"), operationHandlerService)
.addDependency(ManagementCommunicationService.SERVICE_NAME, ManagementCommunicationService.class, new ManagementCommunicationServiceInjector(operationHandlerService));
// Add the server to server manager operation handler
final ManagementOperationHandlerService<ServerToServerManagerOperationHandler> serverOperationHandlerService