Package | Description |
---|---|
org.eclipse.gemini.blueprint.service.exporter.support |
Support package for exporting objects as OSGi services.
|
Modifier and Type | Field and Description |
---|---|
static AutoExport |
AutoExport.ALL_CLASSES
Deprecated.
Export every class, inherited or implemented by the given target.
|
static AutoExport |
AutoExport.CLASS_HIERARCHY
Deprecated.
Export the class hierarchy (all classes inherited by the given target excluding Object.class)
|
static AutoExport |
AutoExport.DISABLED
Deprecated.
Do not export anything
|
static AutoExport |
AutoExport.INTERFACES
Deprecated.
Export all interfaces (and their hierarchy) implemented by the given class
|
Modifier and Type | Method and Description |
---|---|
void |
OsgiServiceFactoryBean.setAutoExport(AutoExport classExporter)
Deprecated.
|
Copyright © 2006–2017. All rights reserved.