public class HostComponentFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.osgi.context.BundleContextAware, org.springframework.beans.factory.InitializingBean
| 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() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic 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.springframework.osgi.context.BundleContextAwarepublic void setFilter(String filter)
filter - OSGi filter describing the importing OSGi servicepublic void setInterfaces(Class<?>[] interfaces)
Copyright © 2014 Atlassian. All rights reserved.