| java.lang.Object |
| ↳ |
org.springframework.osgi.context.event.OsgiBundleApplicationContextEventMulticasterAdapter |
| |
↳ |
com.atlassian.plugin.osgi.spring.PluginBridgeEventMulticaster |
Class Overview
Finds ApplicationListener bridge and uses it to CC all event broadcasts
Summary
| Public Methods |
|
void
|
multicastEvent(OsgiBundleApplicationContextEvent applicationEvent)
|
|
void
|
setBundleContext(BundleContext bundleContext)
Look for the application listener bridge from atlassian-plugins-osgi-bridge.
|
|
[Expand]
Inherited Methods |
From class
org.springframework.osgi.context.event.OsgiBundleApplicationContextEventMulticasterAdapter
|
void
|
addApplicationListener(OsgiBundleApplicationContextListener arg0)
|
|
void
|
multicastEvent(OsgiBundleApplicationContextEvent arg0)
|
|
void
|
removeAllListeners()
|
|
void
|
removeApplicationListener(OsgiBundleApplicationContextListener arg0)
|
|
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.osgi.context.BundleContextAware
|
abstract
void
|
setBundleContext(BundleContext arg0)
|
|
From interface
org.springframework.osgi.context.event.OsgiBundleApplicationContextEventMulticaster
|
abstract
void
|
addApplicationListener(OsgiBundleApplicationContextListener arg0)
|
|
abstract
void
|
multicastEvent(OsgiBundleApplicationContextEvent arg0)
|
|
abstract
void
|
removeAllListeners()
|
|
abstract
void
|
removeApplicationListener(OsgiBundleApplicationContextListener arg0)
|
|
Public Constructors
public
PluginBridgeEventMulticaster
()
Public Methods
public
void
multicastEvent
(OsgiBundleApplicationContextEvent applicationEvent)
public
void
setBundleContext
(BundleContext bundleContext)
Look for the application listener bridge from atlassian-plugins-osgi-bridge. Can't use Spring DM stuff as it
creates a circular dependency.
Parameters
| bundleContext
| The bundle context for Spring DM extender
|