Nuxeo Enterprise Platform 5.4

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.runtime.test Base classes for running test cases under Nuxeo Runtime. 
 

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, java.lang.ClassLoader loader)
           
BundleImpl(OSGiAdapter osgi, BundleFile file, java.lang.ClassLoader loader, boolean isSystemBundle)
           
SystemBundle(OSGiAdapter osgi, BundleFile file, java.lang.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, java.lang.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.runtime.test
 

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


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.