22232425262728293031
RuntimeFactory factory = new RuntimeFactory() { @Override public Qi4jRuntime createRuntime() { return new Qi4jRuntimeImpl(); } }; registration = bundleContext.registerService( RuntimeFactory.class.getName(), factory, null ); }