161162163164165166167168169
return features; } private void publishBootFinished() { if (bundleContext != null) { BootFinished bootFinished = new BootFinished() {}; bundleContext.registerService(BootFinished.class, bootFinished, new Hashtable<String, String>()); } }
156157158159160161162163164
149150151152153154155156157
133134135136137138139140141142
return features; } private void publishBootFinished() { if (bundleContext != null) { BootFinished bootFinished = new BootFinished() { }; bundleContext.registerService(BootFinished.class, bootFinished, new Hashtable<String, String>()); } }