public void start(BundleContext bContext, CIShellContext ciContext) {
this.bContext = bContext;
this.services = new ArrayList();
register(AlgorithmFactoryRegistry.class,
new AlgorithmFactoryRegistryServer(bContext, ciContext),
AlgorithmFactoryRegistry.SERVICE_NAME,
null);
register(AlgorithmRegistry.class,
new AlgorithmRegistryServer(bContext, ciContext),