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. 
org.jboss.osgi.testing.internal   
 

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()
           
 

Uses of OSGiRuntime in org.jboss.osgi.testing.internal
 

Classes in org.jboss.osgi.testing.internal that implement OSGiRuntime
 class EmbeddedRuntime
          An embedded implementation of the OSGiRuntime
 class OSGiRuntimeImpl
          An abstract implementation of the OSGiRuntime
 class RemoteRuntime
          A remote implementation of the OSGiRuntime
 

Methods in org.jboss.osgi.testing.internal that return OSGiRuntime
 OSGiRuntime OSGiBundleImpl.getRuntime()
           
 



Copyright © 2010. All Rights Reserved.