public class HostComponentFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.eclipse.gemini.blueprint.context.BundleContextAware
| Constructor and Description |
|---|
HostComponentFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
setFilter(String filter)
Sets the OSGi service filter.
|
void |
setInterfaces(Class<?>[] interfaces) |
public Object getObject()
getObject in interface org.springframework.beans.factory.FactoryBeanpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic void setBundleContext(org.osgi.framework.BundleContext bundleContext)
setBundleContext in interface org.eclipse.gemini.blueprint.context.BundleContextAwarepublic void setFilter(String filter)
filter - OSGi filter describing the importing OSGi servicepublic void setInterfaces(Class<?>[] interfaces)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanCopyright © 2019 Atlassian. All rights reserved.