Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.osgi.BundleImpl

Packages that use BundleImpl
org.nuxeo.osgi   
org.nuxeo.osgi.jboss A minimal OSGi adapter for JBoss, based on the minimal adapter provided by NXRuntime. 
org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime. 
 

Uses of BundleImpl in org.nuxeo.osgi
 

Subclasses of BundleImpl in org.nuxeo.osgi
 class SystemBundle
           
 

Methods in org.nuxeo.osgi that return BundleImpl
 BundleImpl BundleRegistry.getBundle(long id)
           
 BundleImpl OSGiAdapter.getBundle(String symbolicName)
           
 BundleImpl BundleRegistry.getBundle(String symbolicName)
           
 BundleImpl[] OSGiAdapter.getInstalledBundles()
           
 BundleImpl[] BundleRegistry.getInstalledBundles()
           
 

Methods in org.nuxeo.osgi with parameters of type BundleImpl
 void OSGiAdapter.install(BundleImpl bundle)
           
 void BundleRegistry.install(BundleImpl bundle)
           
 void OSGiAdapter.uninstall(BundleImpl bundle)
           
 void BundleRegistry.uninstall(BundleImpl bundle)
           
 

Constructors in org.nuxeo.osgi with parameters of type BundleImpl
BundleRegistration(BundleImpl bundle)
           
OSGiBundleContext(BundleImpl bundle)
           
 

Uses of BundleImpl in org.nuxeo.osgi.jboss
 

Methods in org.nuxeo.osgi.jboss that return BundleImpl
 BundleImpl JBossOSGiAdapter.installBundle(String symbolicName, org.jboss.deployment.DeploymentInfo di)
           
 

Uses of BundleImpl in org.nuxeo.runtime.test
 

Subclasses of BundleImpl in org.nuxeo.runtime.test
 class RootRuntimeBundle
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.