Uses of Interface
org.jboss.osgi.spi.framework.RemoteBundle

Packages that use RemoteBundle
org.jboss.osgi.spi.framework Framework integration and bootstrap. 
org.jboss.osgi.spi.junit JUnit test integration. 
org.jboss.osgi.spi.management Management view on deployed bundles. 
 

Uses of RemoteBundle in org.jboss.osgi.spi.framework
 

Methods in org.jboss.osgi.spi.framework that return RemoteBundle
 RemoteBundle RemoteFramework.getBundle(java.lang.String symbolicName)
          Get the installed bundle
 

Methods in org.jboss.osgi.spi.framework that return types with arguments of type RemoteBundle
 java.util.Set<RemoteBundle> RemoteFramework.getBundles()
          Get the list of all installed bundles
 

Uses of RemoteBundle in org.jboss.osgi.spi.junit
 

Methods in org.jboss.osgi.spi.junit that return RemoteBundle
protected  RemoteBundle IntegrationTest.deployBundle(java.lang.String archive)
           
 RemoteBundle IntegrationTestHelper.deployBundle(java.lang.String archive)
           
 

Uses of RemoteBundle in org.jboss.osgi.spi.management
 

Subinterfaces of RemoteBundle in org.jboss.osgi.spi.management
 interface ManagedBundleMBean
          The managed view of an OSGi Bundle.
 

Classes in org.jboss.osgi.spi.management that implement RemoteBundle
 class ManagedBundle
          The managed view of an OSGi Bundle
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.