| Package | Description |
|---|---|
| org.eclipse.gemini.blueprint.service.importer.support |
Support package for OSGi service imports.
|
| org.eclipse.gemini.blueprint.service.importer.support.internal.collection |
Gemini Blueprint service collections.
|
| Modifier and Type | Field and Description |
|---|---|
private CollectionProxy |
OsgiServiceCollectionProxyFactoryBean.exposedProxy
proxy casted to a specific interface to allow specific method calls
|
| Modifier and Type | Class and Description |
|---|---|
class |
OsgiServiceCollection
OSGi service dynamic collection - allows iterating while the underlying storage is being shrunk/expanded.
|
class |
OsgiServiceList
OSGi service dynamic collection - allows iterating while the underlying storage is being shrunk/expanded.
|
class |
OsgiServiceSet
OSGi service dynamic collection - allows iterating while the underlying storage is being shrunk/expanded.
|
class |
OsgiServiceSortedList
Ordered list similar to a SortedSet with the difference, that it accepts duplicates.
|
class |
OsgiServiceSortedSet
OSGi service dynamic collection - allows iterating while the underlying storage is being shrunk/expanded.
|