Uses of Interface
org.springframework.osgi.test.platform.OsgiPlatform

Packages that use OsgiPlatform
org.springframework.osgi.test Testing framework for JUnit-stlye OSGi integration testing. 
org.springframework.osgi.test.platform Integration with various OSGi platforms for lifecycle management. 
 

Uses of OsgiPlatform in org.springframework.osgi.test
 

Methods in org.springframework.osgi.test that return OsgiPlatform
protected  OsgiPlatform AbstractConfigurableOsgiTests.createPlatform()
          Creates (and configures) the OSGi platform.
protected abstract  OsgiPlatform AbstractOsgiTests.createPlatform()
          Creates (and configures) the OSGi platform.
 

Uses of OsgiPlatform in org.springframework.osgi.test.platform
 

Classes in org.springframework.osgi.test.platform that implement OsgiPlatform
 class EquinoxPlatform
          Equinox (3.2.x) OSGi platform.
 class FelixPlatform
          Apache Felix (1.0.3+/1.4.x+/2.0.x) OSGi platform.
 class KnopflerfishPlatform
          Knopflerfish 2.0.4+/3.x Platform.
 



Copyright © 2006-2011 Spring Framework. All Rights Reserved.