Package | Description |
---|---|
org.eclipse.gemini.blueprint.config.internal.adapter | |
org.eclipse.gemini.blueprint.service.importer.support |
Support package for OSGi service imports.
|
org.eclipse.gemini.blueprint.service.importer.support.internal.aop |
Gemini Blueprint service interceptor package.
|
org.eclipse.gemini.blueprint.service.importer.support.internal.collection |
Gemini Blueprint service collections.
|
org.eclipse.gemini.blueprint.service.importer.support.internal.util |
Gemini Blueprint service util package.
|
Modifier and Type | Class and Description |
---|---|
class |
OsgiServiceLifecycleListenerAdapter
OsgiServiceLifecycleListener wrapper for custom beans, useful when custom methods are being used.
|
Modifier and Type | Method and Description |
---|---|
OsgiServiceLifecycleListener[] |
AbstractOsgiServiceImportFactoryBean.getListeners()
Returns the listeners interested in receiving events for this importer.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractOsgiServiceImportFactoryBean.setListeners(OsgiServiceLifecycleListener[] listeners)
Sets the lifecycle listeners interested in receiving events for this importer.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceProviderTCCLInterceptor.ServiceProviderTCCLListener |
Modifier and Type | Method and Description |
---|---|
OsgiServiceLifecycleListener[] |
ServiceDynamicInterceptor.getListeners() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceDynamicInterceptor.setListeners(OsgiServiceLifecycleListener[] listeners) |
Modifier and Type | Method and Description |
---|---|
void |
OsgiServiceCollection.setListeners(OsgiServiceLifecycleListener[] listeners) |
Modifier and Type | Method and Description |
---|---|
static void |
OsgiServiceBindingUtils.callListenersBind(Object serviceProxy,
org.osgi.framework.ServiceReference reference,
OsgiServiceLifecycleListener[] listeners) |
static void |
OsgiServiceBindingUtils.callListenersUnbind(Object serviceProxy,
org.osgi.framework.ServiceReference reference,
OsgiServiceLifecycleListener[] listeners) |
Copyright © 2006-2013. All Rights Reserved.