| Package | Description |
|---|---|
| org.eclipse.gemini.blueprint.compendium.internal.cm | |
| org.eclipse.gemini.blueprint.config.internal.adapter | |
| org.eclipse.gemini.blueprint.service.exporter.support |
Support package for exporting objects as OSGi services.
|
| org.eclipse.gemini.blueprint.service.exporter.support.internal.support |
| Modifier and Type | Field and Description |
|---|---|
private OsgiServiceRegistrationListener[] |
ManagedServiceFactoryFactoryBean.listeners
listeners
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedServiceFactoryFactoryBean.setListeners(OsgiServiceRegistrationListener[] listeners)
Sets the listeners interested in registration and unregistration events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OsgiServiceRegistrationListenerAdapter
Adapter/wrapper class that handles listener with custom method invocation.
|
| Modifier and Type | Field and Description |
|---|---|
private OsgiServiceRegistrationListener[] |
AbstractOsgiServiceExporter.listeners
listeners
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOsgiServiceExporter.setListeners(OsgiServiceRegistrationListener[] listeners)
Sets the listeners interested in registration and unregistration events.
|
| Modifier and Type | Field and Description |
|---|---|
private OsgiServiceRegistrationListener[] |
ListenerNotifier.listeners |
| Constructor and Description |
|---|
ListenerNotifier(OsgiServiceRegistrationListener[] listeners) |