org.springframework.osgi.extender.event
Class BootstrappingDependencyEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.context.event.ApplicationContextEvent
org.springframework.osgi.context.event.OsgiBundleApplicationContextEvent
org.springframework.osgi.extender.event.BootstrappingDependencyEvent
- All Implemented Interfaces:
- Serializable
public class BootstrappingDependencyEvent
- extends OsgiBundleApplicationContextEvent
Spring-DM Extender bootstrapping event. This event is used during the
application context discovery phase, before an application context is fully
initialized.
It can be used to receive status updates for contexts started by the
extender.
- Author:
- Costin Leau
- See Also:
- Serialized Form
BootstrappingDependencyEvent
public BootstrappingDependencyEvent(ApplicationContext source,
Bundle bundle,
OsgiServiceDependencyEvent nestedEvent)
- Constructs a new
BootstrappingDependencyEvent
instance.
- Parameters:
source
-
getDependencyEvent
public OsgiServiceDependencyEvent getDependencyEvent()
- Returns the nested, dependency event that caused the bootstrapping event
to be raised.
- Returns:
- associated dependency event
Copyright © 2006-2009 Spring Framework. All Rights Reserved.