See: Description
Interface | Description |
---|---|
OsgiBundleApplicationContextEventMulticaster |
Interface to be implemented by objects that can manage a number of
OsgiBundleApplicationContextListener s, and publish events to them. |
OsgiBundleApplicationContextListener<E extends OsgiBundleApplicationContextEvent> |
OSGi specific listener interested in notifications regarding the life cycle of OSGi application contexts.
|
Class | Description |
---|---|
OsgiBundleApplicationContextEvent |
Base class for events raised for an
ApplicationContext created
inside an OSGi environment. |
OsgiBundleApplicationContextEventMulticasterAdapter |
Adapter class between Spring
ApplicationEventMulticaster and Spring-DM
OsgiBundleApplicationContextEventMulticaster . |
OsgiBundleContextClosedEvent |
Event raised when an ApplicationContext#close() method executes
inside an OSGi bundle.
|
OsgiBundleContextFailedEvent |
Event raised when the initialization of an
ApplicationContext failed. |
OsgiBundleContextRefreshedEvent |
Event raised when an ApplicationContext#refresh() method executes
successfully.
|
Copyright © 2006–2014. All rights reserved.