Examples of OsgiServiceFactoryBean


Examples of org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean

    assertNotNull(RegistrationListener.SERVICE_UNREG);
    assertSame(RegistrationListener.SERVICE_REG, RegistrationListener.SERVICE_UNREG);
  }

  public void testFBWithCustomListeners() throws Exception {
    OsgiServiceFactoryBean exporter = (OsgiServiceFactoryBean) appContext.getBean("&exporterWithCustomListener");
    OsgiServiceRegistrationListener[] listeners = getListeners(exporter);
    assertEquals(1, listeners.length);
  }
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.