|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OsgiBundleApplicationContextEventMulticaster | |
---|---|
org.springframework.osgi.context | OSGi specific application context package. |
org.springframework.osgi.context.event | Event package for OSGi application contexts. |
org.springframework.osgi.context.support | Support package for OSGi specific application contexts. |
Uses of OsgiBundleApplicationContextEventMulticaster in org.springframework.osgi.context |
---|
Methods in org.springframework.osgi.context that return OsgiBundleApplicationContextEventMulticaster | |
---|---|
OsgiBundleApplicationContextEventMulticaster |
DelegatedExecutionOsgiBundleApplicationContext.getDelegatedEventMulticaster()
Returns the OSGi event multicaster (if any) associated with this application context. |
Methods in org.springframework.osgi.context with parameters of type OsgiBundleApplicationContextEventMulticaster | |
---|---|
void |
DelegatedExecutionOsgiBundleApplicationContext.setDelegatedEventMulticaster(OsgiBundleApplicationContextEventMulticaster multicaster)
Allows a delegated OsgiBundleApplicationContextEventMulticaster ,
external to the application context, to be used for sending OSGi
application context events regarding the application context life cycle. |
Uses of OsgiBundleApplicationContextEventMulticaster in org.springframework.osgi.context.event |
---|
Classes in org.springframework.osgi.context.event that implement OsgiBundleApplicationContextEventMulticaster | |
---|---|
class |
OsgiBundleApplicationContextEventMulticasterAdapter
Adapter class between Spring ApplicationEventMulticaster and
Spring-DM OsgiBundleApplicationContextEventMulticaster . |
Uses of OsgiBundleApplicationContextEventMulticaster in org.springframework.osgi.context.support |
---|
Methods in org.springframework.osgi.context.support that return OsgiBundleApplicationContextEventMulticaster | |
---|---|
OsgiBundleApplicationContextEventMulticaster |
AbstractDelegatedExecutionApplicationContext.getDelegatedEventMulticaster()
|
Methods in org.springframework.osgi.context.support with parameters of type OsgiBundleApplicationContextEventMulticaster | |
---|---|
void |
AbstractDelegatedExecutionApplicationContext.setDelegatedEventMulticaster(OsgiBundleApplicationContextEventMulticaster multicaster)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |