Uses of Interface
org.jboss.osgi.testing.OSGiRuntime

Packages that use OSGiRuntime
org.jboss.osgi.spi.capability Capabilities that can be installed in the OSGi framework. 
org.jboss.osgi.testing OSGi test support classes and interfaces. 
 

Uses of OSGiRuntime in org.jboss.osgi.spi.capability
 

Methods in org.jboss.osgi.spi.capability with parameters of type OSGiRuntime
 void Capability.install(OSGiRuntime runtime)
           
 void Capability.start(OSGiRuntime runtime)
           
 void Capability.stop(OSGiRuntime runtime)
           
 void Capability.uninstall(OSGiRuntime runtime)
           
 

Uses of OSGiRuntime in org.jboss.osgi.testing
 

Methods in org.jboss.osgi.testing that return OSGiRuntime
 OSGiRuntime OSGiRuntimeHelper.getDefaultRuntime()
           
protected  OSGiRuntime OSGiRuntimeTest.getDefaultRuntime()
          Delegates to OSGiRuntimeHelper.getDefaultRuntime()
 OSGiRuntime OSGiRuntimeHelper.getEmbeddedRuntime()
           
protected  OSGiRuntime OSGiRuntimeTest.getEmbeddedRuntime()
          Delegates to OSGiRuntimeHelper.getEmbeddedRuntime()
 OSGiRuntime OSGiRuntimeHelper.getRemoteRuntime()
           
 OSGiRuntime OSGiRuntimeTest.getRemoteRuntime()
          Delegates to OSGiRuntimeHelper.getRemoteRuntime()
 OSGiRuntime OSGiBundle.getRuntime()
          Get the runtime associated with this bundle.
 



Copyright © 2010. All Rights Reserved.