- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
@PreDestroy public void stop() { shutdown.fire(new BundleContainerEvents.BundleContainerShutdown(actualContext)); for (ServiceRegistration reg : registrations.getRegistrations()) { try { reg.unregister(); } catch (Throwable t) { //t.printStackTrace(); } } invalid.fire(new Invalid()); ext.removeListeners(); } }
for (ServiceRegistration reg : regs.getRegistrations()) { try { reg.unregister();
Collection<ServiceRegistration> regs = holder.getInstance().select(RegistrationsHolderImpl.class).get().getRegistrations(); BundleContext bundleContext = bundle.getBundleContext(); try {