org.eclipse.gemini.blueprint.extender.event
Class BootstrappingDependenciesFailedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.context.event.ApplicationContextEvent
org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextEvent
org.eclipse.gemini.blueprint.context.event.OsgiBundleContextFailedEvent
org.eclipse.gemini.blueprint.extender.event.BootstrappingDependenciesFailedEvent
- All Implemented Interfaces:
- Serializable
public class BootstrappingDependenciesFailedEvent
- extends OsgiBundleContextFailedEvent
Bootstrapping event indicating a context has failed to initializsed due to unsatisfied mandatory dependencies.
- Author:
- Costin Leau
- See Also:
- Serialized Form
Methods inherited from class org.springframework.context.event.ApplicationContextEvent |
getApplicationContext |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
BootstrappingDependenciesFailedEvent
public BootstrappingDependenciesFailedEvent(org.springframework.context.ApplicationContext source,
org.osgi.framework.Bundle bundle,
Throwable th,
Collection<OsgiServiceDependencyEvent> nestedEvents,
org.osgi.framework.Filter filter)
getDependencyEvents
public Collection<OsgiServiceDependencyEvent> getDependencyEvents()
- Returns the nested, dependency event that caused the bootstrapping event to be raised.
- Returns:
- associated dependency event
getDependenciesAsFilter
public org.osgi.framework.Filter getDependenciesAsFilter()
getDependencyFilters
public Collection<String> getDependencyFilters()
Copyright © 2006-2012. All Rights Reserved.