Uses of Interface
org.eclipse.gemini.blueprint.service.importer.OsgiServiceLifecycleListener

Packages that use OsgiServiceLifecycleListener
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. 
 

Uses of OsgiServiceLifecycleListener in org.eclipse.gemini.blueprint.config.internal.adapter
 

Classes in org.eclipse.gemini.blueprint.config.internal.adapter that implement OsgiServiceLifecycleListener
 class OsgiServiceLifecycleListenerAdapter
          OsgiServiceLifecycleListener wrapper for custom beans, useful when custom methods are being used.
 

Uses of OsgiServiceLifecycleListener in org.eclipse.gemini.blueprint.service.importer.support
 

Methods in org.eclipse.gemini.blueprint.service.importer.support that return OsgiServiceLifecycleListener
 OsgiServiceLifecycleListener[] AbstractOsgiServiceImportFactoryBean.getListeners()
          Returns the listeners interested in receiving events for this importer.
 

Methods in org.eclipse.gemini.blueprint.service.importer.support with parameters of type OsgiServiceLifecycleListener
 void AbstractOsgiServiceImportFactoryBean.setListeners(OsgiServiceLifecycleListener[] listeners)
          Sets the lifecycle listeners interested in receiving events for this importer.
 

Uses of OsgiServiceLifecycleListener in org.eclipse.gemini.blueprint.service.importer.support.internal.aop
 

Classes in org.eclipse.gemini.blueprint.service.importer.support.internal.aop that implement OsgiServiceLifecycleListener
 class ServiceProviderTCCLInterceptor.ServiceProviderTCCLListener
           
 

Methods in org.eclipse.gemini.blueprint.service.importer.support.internal.aop that return OsgiServiceLifecycleListener
 OsgiServiceLifecycleListener[] ServiceDynamicInterceptor.getListeners()
           
 

Methods in org.eclipse.gemini.blueprint.service.importer.support.internal.aop with parameters of type OsgiServiceLifecycleListener
 void ServiceDynamicInterceptor.setListeners(OsgiServiceLifecycleListener[] listeners)
           
 

Uses of OsgiServiceLifecycleListener in org.eclipse.gemini.blueprint.service.importer.support.internal.collection
 

Methods in org.eclipse.gemini.blueprint.service.importer.support.internal.collection with parameters of type OsgiServiceLifecycleListener
 void OsgiServiceCollection.setListeners(OsgiServiceLifecycleListener[] listeners)
           
 

Uses of OsgiServiceLifecycleListener in org.eclipse.gemini.blueprint.service.importer.support.internal.util
 

Methods in org.eclipse.gemini.blueprint.service.importer.support.internal.util with parameters of type OsgiServiceLifecycleListener
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-2012. All Rights Reserved.