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 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
static OSGiRuntime OSGiRuntimeTest.createDefaultRuntime()
          Delegates to OSGiRuntimeHelper#getDefaultRuntime()
static OSGiRuntime OSGiRuntimeTest.createEmbeddedRuntime()
          Delegates to OSGiRuntimeHelper#getEmbeddedRuntime()
static OSGiRuntime OSGiRuntimeTest.createRemoteRuntime()
          Delegates to OSGiRuntimeHelper#getRemoteRuntime()
 OSGiRuntime OSGiBundle.getRuntime()
          Get the runtime associated with this bundle.
static OSGiRuntime OSGiRuntimeTest.getRuntime()
           
 



Copyright © 2010. All Rights Reserved.