Package org.springframework.osgi.service.exporter.support

Examples of org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean.destroy()


        log.trace("Unpublishing bean for pid " + pid + " w/ registration " + registration);
      }
      // remove service registration
      serviceRegistrations.remove(registration);

      exporterFactory.destroy();
    }
  }

  public void setBeanFactory(BeanFactory beanFactory) throws BeansException {
    synchronized (monitor) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.