Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.osgi.OSGiAdapter

Packages that use OSGiAdapter
org.nuxeo.ecm.core.client   
org.nuxeo.osgi   
org.nuxeo.osgi.application The framework bootstrap classes were moved in nuxeo-runtime-launcher to be able to share them with other bootstrap code like the one in shell and dev tools. 
org.nuxeo.osgi.application.client   
org.nuxeo.osgi.application.loader   
org.nuxeo.osgi.jboss A minimal OSGi adapter for JBoss, based on the minimal adapter provided by NXRuntime. 
org.nuxeo.osgi.services   
org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime. 
org.nuxeo.runtime.test.runner   
 

Uses of OSGiAdapter in org.nuxeo.ecm.core.client
 

Methods in org.nuxeo.ecm.core.client that return OSGiAdapter
 OSGiAdapter NuxeoApp.getOsgi()
           
 

Uses of OSGiAdapter in org.nuxeo.osgi
 

Methods in org.nuxeo.osgi that return OSGiAdapter
 OSGiAdapter OSGiBundleContext.getOSGiAdapter()
           
 

Constructors in org.nuxeo.osgi with parameters of type OSGiAdapter
BundleImpl(OSGiAdapter osgi, BundleFile file, ClassLoader loader)
           
BundleImpl(OSGiAdapter osgi, BundleFile file, ClassLoader loader, boolean isSystemBundle)
           
SystemBundle(OSGiAdapter osgi, BundleFile file, ClassLoader loader)
           
 

Uses of OSGiAdapter in org.nuxeo.osgi.application
 

Subclasses of OSGiAdapter in org.nuxeo.osgi.application
 class StandaloneApplication
           
 

Methods in org.nuxeo.osgi.application that return OSGiAdapter
 OSGiAdapter ApplicationLoader.getOSGi()
           
 

Constructors in org.nuxeo.osgi.application with parameters of type OSGiAdapter
StandaloneBundleLoader(OSGiAdapter osgi)
           
StandaloneBundleLoader(OSGiAdapter osgi, ClassLoader parentLoader)
           
StandaloneBundleLoader(OSGiAdapter osgi, SharedClassLoader scl)
           
 

Uses of OSGiAdapter in org.nuxeo.osgi.application.client
 

Methods in org.nuxeo.osgi.application.client that return OSGiAdapter
 OSGiAdapter NuxeoApp.getOsgi()
           
 

Uses of OSGiAdapter in org.nuxeo.osgi.application.loader
 

Methods in org.nuxeo.osgi.application.loader that return OSGiAdapter
static OSGiAdapter FrameworkLoader.osgi()
           
 

Uses of OSGiAdapter in org.nuxeo.osgi.jboss
 

Methods in org.nuxeo.osgi.jboss that return OSGiAdapter
 OSGiAdapter JBossOSGiAdapter.getOSGi()
           
 

Uses of OSGiAdapter in org.nuxeo.osgi.services
 

Constructors in org.nuxeo.osgi.services with parameters of type OSGiAdapter
PackageAdminImpl(OSGiAdapter osgi)
           
ServiceRegistrationImpl(OSGiAdapter osgi, org.osgi.framework.Bundle bundle, String[] classes, Object service)
           
 

Uses of OSGiAdapter in org.nuxeo.runtime.test
 

Methods in org.nuxeo.runtime.test that return OSGiAdapter
 OSGiAdapter NXRuntimeTestCase.getOSGiAdapter()
           
 

Constructors in org.nuxeo.runtime.test with parameters of type OSGiAdapter
RootRuntimeBundle(OSGiAdapter osgi, BundleFile file, ClassLoader loader)
           
RootRuntimeBundle(OSGiAdapter osgi, BundleFile file, ClassLoader loader, boolean isSystemBundle)
           
 

Uses of OSGiAdapter in org.nuxeo.runtime.test.runner
 

Methods in org.nuxeo.runtime.test.runner that return OSGiAdapter
 OSGiAdapter RuntimeHarness.getOSGiAdapter()
          OSGI bridge
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.