| java.lang.Object |
| ↳ |
com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean |
Class Overview
Simple factory bean to resolve host components. Since we know host components won't change during the bundle's
lifetime, we can use a direct reference instead of the fancy proxy stuff from Spring DM.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.springframework.beans.factory.FactoryBean
|
abstract
Object
|
getObject()
|
|
abstract
Class
|
getObjectType()
|
|
abstract
boolean
|
isSingleton()
|
|
From interface
org.springframework.beans.factory.InitializingBean
|
abstract
void
|
afterPropertiesSet()
|
|
From interface
org.springframework.osgi.context.BundleContextAware
|
abstract
void
|
setBundleContext(BundleContext arg0)
|
|
Public Constructors
public
HostComponentFactoryBean
()
Public Methods
public
void
afterPropertiesSet
()
public
Class
getObjectType
()
public
boolean
isSingleton
()
public
void
setBundleContext
(BundleContext bundleContext)
public
void
setFilter
(String filter)
Sets the OSGi service filter.
Parameters
| filter
| OSGi filter describing the importing OSGi service
|
public
void
setInterfaces
(Class[]<?> interfaces)