public class BootstrappingDependenciesFailedEvent extends OsgiBundleContextFailedEvent
source
Constructor and Description |
---|
BootstrappingDependenciesFailedEvent(org.springframework.context.ApplicationContext source,
org.osgi.framework.Bundle bundle,
Throwable th,
Collection<OsgiServiceDependencyEvent> nestedEvents,
org.osgi.framework.Filter filter) |
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.Filter |
getDependenciesAsFilter() |
Collection<OsgiServiceDependencyEvent> |
getDependencyEvents()
Returns the nested, dependency event that caused the bootstrapping event to be raised.
|
Collection<String> |
getDependencyFilters() |
getFailureCause
getBundle
getApplicationContext
getSource, toString
public BootstrappingDependenciesFailedEvent(org.springframework.context.ApplicationContext source, org.osgi.framework.Bundle bundle, Throwable th, Collection<OsgiServiceDependencyEvent> nestedEvents, org.osgi.framework.Filter filter)
public Collection<OsgiServiceDependencyEvent> getDependencyEvents()
public org.osgi.framework.Filter getDependenciesAsFilter()
public Collection<String> getDependencyFilters()
Copyright © 2006–2014. All rights reserved.