|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
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 Summary | |
---|---|
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. |
Event package for OSGi application contexts.
Provides events specific to OSGi application contexts. Note that these events are meant to be sent by
the extender during the bootstrapping procedure of an application context, to third parties interested
in monitoring the context lifecycle.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |