| Package | Description |
|---|---|
| org.eclipse.gemini.blueprint.service.importer.support |
Support package for OSGi service imports.
|
| Modifier and Type | Field and Description |
|---|---|
static ImportContextClassLoader |
ImportContextClassLoader.CLIENT
Deprecated.
The TCCL will be set to that of the client upon service invocation.
|
static ImportContextClassLoader |
ImportContextClassLoader.SERVICE_PROVIDER
Deprecated.
The TCCL will be set to that of the service provider upon service invocation.
|
static ImportContextClassLoader |
ImportContextClassLoader.UNMANAGED
Deprecated.
The TCCL will not be managed upon service invocation.
|
| Modifier and Type | Method and Description |
|---|---|
ImportContextClassLoader |
AbstractOsgiServiceImportFactoryBean.getContextClassLoader()
Deprecated.
As of Spring DM 2.0, replaced by
AbstractOsgiServiceImportFactoryBean.getImportContextClassLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOsgiServiceImportFactoryBean.setContextClassLoader(ImportContextClassLoader contextClassLoader)
Deprecated.
As of Spring DM 2.0, replaced by
#setImportContextClassLoader(ImportContextClassLoaderEnum)) |
Copyright © 2006–2016. All rights reserved.