| Package | Description |
|---|---|
| org.eclipse.gemini.blueprint.service.importer.support |
Support package for OSGi service imports.
|
| Modifier and Type | Field and Description |
|---|---|
private ImportContextClassLoaderEnum |
AbstractOsgiServiceImportFactoryBean.contextClassLoader |
private ImportContextClassLoaderEnum |
AbstractServiceProxyCreator.iccl |
| Modifier and Type | Method and Description |
|---|---|
ImportContextClassLoaderEnum |
AbstractOsgiServiceImportFactoryBean.getImportContextClassLoader()
Returns the context class loader management strategy.
|
(package private) ImportContextClassLoaderEnum |
ImportContextClassLoader.getImportContextClassLoaderEnum()
Deprecated.
|
static ImportContextClassLoaderEnum |
ImportContextClassLoaderEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImportContextClassLoaderEnum[] |
ImportContextClassLoaderEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static ImportContextClassLoader |
ImportContextClassLoader.getImportContextClassLoader(ImportContextClassLoaderEnum enm)
Deprecated.
|
void |
AbstractOsgiServiceImportFactoryBean.setImportContextClassLoader(ImportContextClassLoaderEnum contextClassLoader)
Sets the thread context class loader management strategy to use for services imported by this service.
|
| Constructor and Description |
|---|
AbstractServiceProxyCreator(java.lang.Class<?>[] classes,
java.lang.ClassLoader aopClassLoader,
java.lang.ClassLoader bundleClassLoader,
org.osgi.framework.BundleContext bundleContext,
ImportContextClassLoaderEnum iccl) |
StaticServiceProxyCreator(java.lang.Class<?>[] classes,
java.lang.ClassLoader aopClassLoader,
java.lang.ClassLoader bundleClassLoader,
org.osgi.framework.BundleContext bundleContext,
ImportContextClassLoaderEnum iccl,
boolean greedyProxying,
boolean useBlueprintExceptions)
Constructs a new
StaticServiceProxyCreator instance. |